GET /api/bet_types/ebf3d0b8-243d-4ab0-a351-693269cd225d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebf3d0b8-243d-4ab0-a351-693269cd225d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d5aaac7-0d8b-44fe-a5b3-33069e7d8d8c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-22T09:58:23.047257-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": "BAL",
                "amount": 6390.0
            },
            {
                "team": "CLE",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "66a77e60-5ddc-4823-93b8-86f61c415fc5",
            "gambit_id": "a13c3e19-f417-4525-bb78-0e3f8cb7628e",
            "last_updated": "2023-09-23T20:53:10.197127-04:00",
            "created_at": "2023-09-22T09:58:23.051116-04:00",
            "name": "BAL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf3d0b8-243d-4ab0-a351-693269cd225d/?format=api"
        },
        {
            "id": "b3b30f5b-0a89-4391-b9b9-c676d1abecbe",
            "gambit_id": "f49d354a-1ec8-4c26-9591-26f619e9b2ec",
            "last_updated": "2023-09-23T20:53:10.200840-04:00",
            "created_at": "2023-09-22T09:58:23.054849-04:00",
            "name": "CLE",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf3d0b8-243d-4ab0-a351-693269cd225d/?format=api"
        }
    ]
}