GET /api/bet_types/6d737975-bb77-4140-8783-e2419cfd2696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d737975-bb77-4140-8783-e2419cfd2696",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e2524a1-5613-475a-9377-479367938aa9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T14:28:16.797321-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 Under 2.5",
                "amount": 5204.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "d474aaef-8b77-49f8-8380-b1a540d51b00",
            "gambit_id": "292c2f91-81bc-47a3-9b11-09df0c725426",
            "last_updated": "2023-08-07T15:13:07.997760-04:00",
            "created_at": "2023-08-05T14:28:16.807792-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d737975-bb77-4140-8783-e2419cfd2696/?format=api"
        },
        {
            "id": "f13c9a34-1770-4d9a-8095-49a3627f5ea3",
            "gambit_id": "15b9adf6-860b-4146-8fc6-7e1465face69",
            "last_updated": "2023-08-07T15:13:07.994548-04:00",
            "created_at": "2023-08-05T14:28:16.802337-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d737975-bb77-4140-8783-e2419cfd2696/?format=api"
        }
    ]
}