GET /api/bet_types/d826e80e-d1b7-41d4-a68c-ae6db23fb11d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d826e80e-d1b7-41d4-a68c-ae6db23fb11d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d7af1d8-015f-4cc3-933b-66a852534493/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-04T10:52:10.751584-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": "Game Total Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "77b225cf-3fc7-48b2-82d8-19a5d92df30e",
            "gambit_id": "c7b1a001-2778-4793-b959-92a2aec2c4e3",
            "last_updated": "2023-05-05T11:47:09.757622-04:00",
            "created_at": "2023-05-04T10:52:10.754314-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d826e80e-d1b7-41d4-a68c-ae6db23fb11d/?format=api"
        },
        {
            "id": "16cd597b-346a-4806-91fa-6c084bc766ff",
            "gambit_id": "29f1bae6-3195-4c23-8749-df164b8f2822",
            "last_updated": "2023-05-05T11:47:09.755547-04:00",
            "created_at": "2023-05-04T10:52:10.752947-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d826e80e-d1b7-41d4-a68c-ae6db23fb11d/?format=api"
        }
    ]
}