GET /api/bet_types/c1a66634-737e-4d51-a66e-0309389f3be2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1a66634-737e-4d51-a66e-0309389f3be2",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc006f0a-af0c-4ca6-9879-ee1dc39645ff/?format=api",
    "name": "Play the Odds",
    "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": "Central Florida",
                "amount": 5000.0
            },
            {
                "team": "Navy",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bf64f22-397a-4906-a650-8601bd92d721",
            "gambit_id": "32cb56d4-4884-4b06-9058-09d87aac770d",
            "last_updated": "2022-11-21T12:08:19.995245-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1a66634-737e-4d51-a66e-0309389f3be2/?format=api"
        },
        {
            "id": "c02c7a60-a552-40bd-88e5-02823ded7184",
            "gambit_id": "002a775a-e955-4278-a832-5a149914ede9",
            "last_updated": "2022-11-21T12:08:19.996186-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1a66634-737e-4d51-a66e-0309389f3be2/?format=api"
        }
    ]
}