GET /api/bet_types/df69606d-7dc0-4271-8efc-3818273c4399/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df69606d-7dc0-4271-8efc-3818273c4399",
    "match": "https://api-prod.gambitprofit.com/api/matches/f622560d-0bb4-47f6-9408-06d932ce24a1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-20T09:48:08.726179-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 Under 7",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b9feb8f-5562-437c-ac15-cfd339a16a90",
            "gambit_id": "b5bafcc7-2e8e-4dd0-be90-9a996041e913",
            "last_updated": "2023-11-21T14:43:24.540228-05:00",
            "created_at": "2023-11-20T09:48:08.735005-05:00",
            "name": "Game Total Under 7",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df69606d-7dc0-4271-8efc-3818273c4399/?format=api"
        },
        {
            "id": "a43555d5-a9b1-443e-a070-88b14764fa5f",
            "gambit_id": "57847206-fece-4370-ac3b-2fe779befc20",
            "last_updated": "2023-11-21T14:43:24.529419-05:00",
            "created_at": "2023-11-20T09:48:08.730547-05:00",
            "name": "Game Total Over 7",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df69606d-7dc0-4271-8efc-3818273c4399/?format=api"
        }
    ]
}