GET /api/bet_types/904f7fa8-3967-49fb-8b26-b1817025b7c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "904f7fa8-3967-49fb-8b26-b1817025b7c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd692f43-91fb-44b4-b168-37cd0f4bee45/?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": "Michigan",
                "amount": 5000.0
            },
            {
                "team": "Michigan State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6ff36da-02fb-4d07-89aa-ad1efff764fa",
            "gambit_id": "ca9e2b23-6c0c-4903-a99a-7ee6ee7db06b",
            "last_updated": "2022-10-31T10:17:30.749751-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904f7fa8-3967-49fb-8b26-b1817025b7c9/?format=api"
        },
        {
            "id": "de5a9215-b9da-4251-9996-19bf93fde1fd",
            "gambit_id": "48c9524a-a546-4735-a245-a62d0356c4ea",
            "last_updated": "2022-10-31T10:17:30.748798-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904f7fa8-3967-49fb-8b26-b1817025b7c9/?format=api"
        }
    ]
}