GET /api/bet_types/5be00fb4-b1ab-4d3e-9f42-eb2122c78d54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5be00fb4-b1ab-4d3e-9f42-eb2122c78d54",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8df228-6092-4d45-bf18-f48354c1d034/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-26T09:18:18.361521-04: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": "TEX",
                "amount": 5614.0
            },
            {
                "team": "HOU",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7f1ec39-4217-4021-ae7c-31ae28aeb772",
            "gambit_id": "64ebb5fc-24f4-4dc5-bc45-5318ee0e1e07",
            "last_updated": "2023-07-27T19:13:26.684238-04:00",
            "created_at": "2023-07-26T09:18:18.365202-04:00",
            "name": "TEX",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5be00fb4-b1ab-4d3e-9f42-eb2122c78d54/?format=api"
        },
        {
            "id": "5f802d10-ad81-49fd-b71d-d9c9e598c3f1",
            "gambit_id": "5bf35b72-99eb-482d-8515-06e19b2c8b34",
            "last_updated": "2023-07-27T19:13:26.687595-04:00",
            "created_at": "2023-07-26T09:18:18.369087-04:00",
            "name": "HOU",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5be00fb4-b1ab-4d3e-9f42-eb2122c78d54/?format=api"
        }
    ]
}