GET /api/bet_types/9d5b89da-16a7-41b0-9063-d6601a72e0a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d5b89da-16a7-41b0-9063-d6601a72e0a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d4ba2be-8094-4999-bd92-641cf1caa51a/?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": "San Diego State",
                "amount": 6482.0
            },
            {
                "team": "UNLV",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "44e88df7-8e44-4e96-b196-17e5a544a05a",
            "gambit_id": "a0142c4f-d2bd-4573-9413-f642f79841be",
            "last_updated": "2022-11-06T16:13:03.443947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5b89da-16a7-41b0-9063-d6601a72e0a2/?format=api"
        },
        {
            "id": "1cbeb510-11d0-4546-ba2a-dfb3ccc30124",
            "gambit_id": "fbc7d8d4-b366-47a5-898f-8e70a76ee8f9",
            "last_updated": "2022-11-06T16:13:03.444916-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5b89da-16a7-41b0-9063-d6601a72e0a2/?format=api"
        }
    ]
}