Hogar » Football » Augsburg II contra Eichstatt

Augsburg II contra Eichstatt

Overview of Augsburg II vs Eichstatt Match

The upcoming match between Augsburg II and Eichstatt on September 23, 2025, promises to be an exciting encounter. With both teams having a competitive edge, this match is expected to be closely contested. Augsburg II, known for their strong defense, might make it challenging for Eichstatt to score early on. However, Eichstatt’s attacking prowess could come into play as the game progresses. The average total goals for this fixture stand at 3.69, indicating a potentially high-scoring affair.

Betting Predictions

Both Teams Not To Score In 1st Half

At odds of 82.00, this bet suggests that both teams might struggle to break the deadlock early in the match. Given Augsburg II’s defensive setup, this could be a viable option.

Away Team To Score In 2nd Half

Odds of 77.90 indicate a strong possibility that Eichstatt will find the back of the net in the latter stages of the game. Their ability to capitalize on second-half opportunities makes this a compelling prediction.

Away Team Not To Score In 1st Half

With odds of 74.30, this bet reflects the likelihood that Eichstatt may not score in the first half, allowing Augsburg II to potentially take an early lead.

Both Teams Not To Score In 2nd Half

Odds of 73.60 suggest that both teams might maintain a defensive stance in the second half, possibly leading to fewer goals being scored as fatigue sets in.

Last Goal 73+ Minutes

This prediction, at odds of 70.60, indicates that the decisive goal is likely to be scored after the 73rd minute, highlighting the potential for late-game drama.

Goal In Last 15 Minutes

With odds of 72.10, there is a good chance that a goal will be scored in the final quarter of the match, adding excitement towards the end.

Away Team To Win

Odds of 72.00 suggest that Eichstatt has a strong chance of securing victory, leveraging their attacking strengths as the match progresses.

Home Team Not To Score In 2nd Half

This bet, at odds of 67.90, implies that Augsburg II might not score after halftime, possibly due to defensive adjustments by Eichstatt.

Home Team To Score In 1st Half

With odds of 64.30, there is a reasonable expectation that Augsburg II will score in the first half, taking advantage of their home ground familiarity.

Over 1.5 Goals

Odds of 60.70 indicate that more than one and a half goals are likely to be scored in total, suggesting an engaging and dynamic match.

Goal In Last 10 Minutes

This prediction at odds of 57.40 points to a high probability of a goal being scored in the dying minutes of the game.

First Goal After 30+ Minutes

Odds of 53.00 suggest that it might take longer than expected for either team to break the deadlock, with the first goal likely occurring after the first half-hour.

Under 2.5 Goals

rksnath/fitzsimmons/src/components/Experience.js
import React from ‘react’;
import { Grid } from ‘@material-ui/core’;
import { makeStyles } from ‘@material-ui/core/styles’;
import { Typography } from ‘@material-ui/core’;

const useStyles = makeStyles(theme => ({
experience: {
padding: theme.spacing(0),
‘& .MuiTypography-h6’: {
color: theme.palette.text.secondary,
textTransform: ‘uppercase’,
letterSpacing: ‘0.05em’,
fontSize: ‘0.9em’,
},
‘& .MuiTypography-body1’: {
marginTop: theme.spacing(0),
marginBottom: theme.spacing(0),
},
},
}));

export default function Experience(props) {
const classes = useStyles();

return (

{props.experience.map((item) => (

{item.title && (

{item.company && (

{item.company.url && (

{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}

{item.company.name}
{‘ ‘}

)}
{item.title}
{item.timeframe && (

{‘ ‘}
({item.timeframe.from} -{‘ ‘}
{item.timeframe.to ? item.timeframe.to : ‘Present’})

)}
{item.description && (

{‘ ‘}
-{‘ ‘}
{item.description.map((para) => (

{‘ ‘}
{para}

)}
{/* eslint-disable-next-line react/jsx-no-useless-fragment */}
{!item.title && !item.description && (

{‘ ‘}


))}

{/* eslint-disable-next-line react/jsx-newline */
}
{/* eslint-disable-next-line react/jsx-newline */}
{props.experience.map((experienceItem) => (
// eslint-disable-next-line react/jsx-no-useless-fragment

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
{!experienceItem.title &&
experienceItem.position &&
experienceItem.position.map((positionItem) => (
// eslint-disable-next-line react/jsx-no-useless-fragment

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
{!positionItem.title &&
positionItem.role &&
positionItem.role.map((roleItem) => (
// eslint-disable-next-line react/jsx-no-useless-fragment

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
{!roleItem.title &&
roleItem.items &&
roleItem.items.map((itemsItem) => (
// eslint-disable-next-line react/jsx-no-useless-fragment

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
{!itemsItem.title &&
itemsItem.subitems &&
itemsItem.subitems.map((subitemsItem) => (
// eslint-disable-next-line react/jsx-no-useless-fragment

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
{!subitemsItem.title &&
subitemsItem.points &&
subitemsItem.points.map(
(pointsItem) => (
// eslint-disable-next-line react/jsx-no-useless-fragment

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
{pointsItem}
{‘.’}

))}
{!itemsItem.subitems &&
itemsItem.points &&
itemsItem.points.map(
(pointsItem) => (
// eslint-disable-next-line react/jsx-no-useless-fragment

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
{pointsItem}
{‘.’}

{/* eslint-disable-next-line react/jsx-newline */}
{/* eslint-disable-next-line react/jsx-newline */}
-{‘ ‘}
{itemsItem.description}

{‘ ‘}
{itemsItem.title}
)}
(
// eslint-disable-next-line jsx-a11y/anchor-is-valid
// eslint-disable-next-line jsx-a11y/anchor-has-content
// eslint-disable-next-line jsx-a11y/anchor-is-valid
{‘ ‘}-
{‘ ‘}
{pointsItem.title}
{‘ ‘}-
-{roleItem.description}{‘ ‘}-

{‘ ‘}
{roleItem.title}

))}
{!positionItem.role &&
positionItem.items &&
positionItem.items.map((items) => {
if (typeof items === ‘string’) {
return {‘ ‘}-{items}{`-${items.title}`}{‘ ‘}{!items.points && items.description ? `-${items.description}` : »} {
if (typeof point === ‘string’) {
return {‘ ‘}{point}{`-${point.title}`}{‘ ‘}{!point.points && point.description ? `-${point.description}` : »}{‘ ‘}-{positionItem.description}
{/* TODO: Fix links*/}
{/* TODO: Fix bullet points*/}

{position !== undefined ? {‘ ‘}-{position.companyName} ({position.startDate} — Present){` ${position?.title}`}{` ${position?.title}`}) : »}

{/* TODO: Fix links*/}
{/* TODO: Fix bullet points*/}

{!!experienceTitle?.url ? ({experienceTitle?.title}{experienceTitle?.title}) : »}

{!!experienceCompanyUrl ? (
{/* TODO: Fix links*/}
{/* TODO: Fix bullet points*/}

{!!experienceCompanyUrl?.companyName ?
({experienceCompanyUrl?.companyName}({experienceCompanyUrl?.startDate} — Present){experienceCompanyUrl?.title}
) : (
{/* TODO: Fix links*/}
{/* TODO: Fix bullet points*/}

{!!experienceCompanyName ?
({experienceCompanyName}({startDate} — Present){title})}


);
}
# fitzsimmons

## Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing The Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making A Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
# Personal Website

[![Build Status](https://travis-ci.org/rksnath/fitzsimmons.svg?branch=master)](https://travis-ci.org/rksnath/fitzsimmons)

Website showcasing my work and interests.
Built using create-react-app.
rksnath/fitzsimmons/src/components/CV.js
import React from ‘react’;
import Contact from ‘./Contact’;
import Education from ‘./Education’;
import Experience from ‘./Experience’;
import Intro from ‘./Intro’;
import Project from ‘./Project’;
import Skills from ‘./Skills’;

export default function CV() {
return (

<Experience experience={[{
title:
'Software Engineer',
company:
{
name:
'Google',
},
timeframe:
{
from:
'January',
to:
'Present',
},
description:
[
"Development on Google Maps Platform's Search