GET /api/bet_types/7398da84-add5-43b3-ad49-e68cc121200d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7398da84-add5-43b3-ad49-e68cc121200d",
    "match": "https://api-prod.gambitprofit.com/api/matches/68171de4-7cfa-4386-b2f3-ffdc80578971/?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": "Utah State",
                "amount": 5000.0
            },
            {
                "team": "Hawaii",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "16a30971-68f2-41b5-acf7-dc0f7f85be36",
            "gambit_id": "5d34eea0-5f67-444b-a738-1b37d3e530a2",
            "last_updated": "2022-11-14T09:24:10.944859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7398da84-add5-43b3-ad49-e68cc121200d/?format=api"
        },
        {
            "id": "5285e23f-b543-4240-a8a7-2db23a38383d",
            "gambit_id": "d68f9fd0-6743-4854-81b0-4750b73b74e3",
            "last_updated": "2022-11-14T09:24:10.943863-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7398da84-add5-43b3-ad49-e68cc121200d/?format=api"
        }
    ]
}