GET /api/bet_types/c20d1313-eb9d-4861-af02-0d1c24fc91cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c20d1313-eb9d-4861-af02-0d1c24fc91cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5adcb2c-7200-467d-bbbe-8d62880b5395/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Mississippi",
                "amount": 5780.0
            },
            {
                "team": "Texas A&M",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d23008f-e2b5-4528-96f6-a37bc5e26431",
            "gambit_id": "30f59629-cbde-430c-a4af-e2b1a793a362",
            "last_updated": "2022-10-31T10:17:30.900791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c20d1313-eb9d-4861-af02-0d1c24fc91cb/?format=api"
        },
        {
            "id": "bab00d36-a6ce-4600-84ca-407abe8a4573",
            "gambit_id": "dc87d631-1fa9-415d-8ec9-572dafe6eafa",
            "last_updated": "2022-10-31T10:17:30.899821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c20d1313-eb9d-4861-af02-0d1c24fc91cb/?format=api"
        }
    ]
}