GET /api/bet_types/1a8e4a9f-75bf-4cb0-9766-e2f9f54ec878/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a8e4a9f-75bf-4cb0-9766-e2f9f54ec878",
    "match": "https://api-prod.gambitprofit.com/api/matches/24a6b214-12f0-48ac-b0de-69876f13d858/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:46:55.108860-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Total Rounds Over 1.5",
                "amount": 5789.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "03c2da1e-d7fb-4a95-89fd-3f42a4eef74d",
            "gambit_id": "918e118c-4349-4287-b03d-d4d013476ad7",
            "last_updated": "2023-05-25T13:47:04.958582-04:00",
            "created_at": "2023-05-19T11:46:55.114403-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a8e4a9f-75bf-4cb0-9766-e2f9f54ec878/?format=api"
        },
        {
            "id": "d2cfeca5-a53b-4648-9fb0-46319c6cd092",
            "gambit_id": "42813b6a-559a-4c06-bd0b-5512c8a8f7d8",
            "last_updated": "2023-05-25T13:47:04.955705-04:00",
            "created_at": "2023-05-19T11:46:55.111481-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a8e4a9f-75bf-4cb0-9766-e2f9f54ec878/?format=api"
        }
    ]
}