GET /api/bet_types/98040fac-0dd5-41dd-9e5a-01126798642c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98040fac-0dd5-41dd-9e5a-01126798642c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a195c4a-3673-4a23-bcdd-40d4e69fd810/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:04.110144-05: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": "Game Total Over 2.5",
                "amount": 5691.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4309.0
            }
        ],
        "expected_reward_tokens": 9219.42,
        "profit_sb": -280.58,
        "profit_sb_percentage": -2.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "12a563cd-390e-47cb-ae25-093a2c4c1d64",
            "gambit_id": "9470e0c5-bab4-43ec-ada1-4f97c937c951",
            "last_updated": "2023-11-13T15:18:32.240423-05:00",
            "created_at": "2023-11-11T08:53:04.118571-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98040fac-0dd5-41dd-9e5a-01126798642c/?format=api"
        },
        {
            "id": "4b155888-3a4e-4974-9f52-3f2e175a2667",
            "gambit_id": "81654c70-5128-42a7-8269-148c68b37f7c",
            "last_updated": "2023-11-13T15:18:32.243893-05:00",
            "created_at": "2023-11-11T08:53:04.123428-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98040fac-0dd5-41dd-9e5a-01126798642c/?format=api"
        }
    ]
}