GET /api/bet_types/defdc904-a622-4430-8f3e-90314896e513/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "defdc904-a622-4430-8f3e-90314896e513",
    "match": "https://api-prod.gambitprofit.com/api/matches/544fd167-699d-4ff5-9d29-dbdd0e5d11c4/?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": "Purdue",
                "amount": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "59eb8abd-7c38-415c-9bb3-26547ec14ee4",
            "gambit_id": "cb09692d-488b-4a4c-a2e6-c2858ffa0376",
            "last_updated": "2022-10-11T10:47:27.479881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defdc904-a622-4430-8f3e-90314896e513/?format=api"
        },
        {
            "id": "83f36fea-339b-4e50-bb30-300db540417d",
            "gambit_id": "61bd005c-2125-4612-86d0-3a918436e61c",
            "last_updated": "2022-10-11T10:47:27.478770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defdc904-a622-4430-8f3e-90314896e513/?format=api"
        }
    ]
}