GET /api/bet_types/f31393fa-dbc3-486b-b1b2-711d5f4500f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f31393fa-dbc3-486b-b1b2-711d5f4500f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e904307-c7e8-4a98-815d-3fcb958507b8/?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": "Colorado State",
                "amount": 5000.0
            },
            {
                "team": "Hawaii",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0402fbce-2da0-4cef-9117-f2ca5c0e80ca",
            "gambit_id": "10323aa9-ccf1-4e58-9f0a-ba284c5c5132",
            "last_updated": "2022-10-23T19:42:07.303966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31393fa-dbc3-486b-b1b2-711d5f4500f9/?format=api"
        },
        {
            "id": "7f328246-cc60-4cbb-b341-6373ff68c6eb",
            "gambit_id": "27d5e592-440a-4393-883d-b2311ac9b69f",
            "last_updated": "2022-10-23T19:42:07.304982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31393fa-dbc3-486b-b1b2-711d5f4500f9/?format=api"
        }
    ]
}