GET /api/bet_types/3a80d8b8-7fad-4974-a980-f32a2e3fa64e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a80d8b8-7fad-4974-a980-f32a2e3fa64e",
    "match": "https://api-prod.gambitprofit.com/api/matches/920107c7-ac25-4c89-9b6f-1652a2144bdf/?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": "Tulane",
                "amount": 5000.0
            },
            {
                "team": "South Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "49ee1bab-2cd5-44e0-bd06-eb3ea0f0b684",
            "gambit_id": "eb018f2f-b7f7-424a-af9a-2fea1522a2fe",
            "last_updated": "2022-10-17T09:41:53.418001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a80d8b8-7fad-4974-a980-f32a2e3fa64e/?format=api"
        },
        {
            "id": "f30f30ea-3872-47f5-aec6-c4e03304ffb3",
            "gambit_id": "d2739a6b-efee-4684-8f3f-0228d04aa39c",
            "last_updated": "2022-10-17T09:41:53.417054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a80d8b8-7fad-4974-a980-f32a2e3fa64e/?format=api"
        }
    ]
}