GET /api/bet_types/293660ac-cf1e-43ca-9702-5b1cfb4e96c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "293660ac-cf1e-43ca-9702-5b1cfb4e96c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/05b0b338-1da0-43d8-8335-ec36451a7f79/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:13.284525-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": "STL",
                "amount": 5773.0
            },
            {
                "team": "LOS",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "3260767d-07c2-4cdf-9fd5-b0f8f3714768",
            "gambit_id": "373f6c2b-a1d5-49b0-8212-affa8947f7c5",
            "last_updated": "2023-05-20T10:52:04.455113-04:00",
            "created_at": "2023-05-19T11:02:13.287062-04:00",
            "name": "STL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/293660ac-cf1e-43ca-9702-5b1cfb4e96c4/?format=api"
        },
        {
            "id": "a0596221-1d12-409c-a185-4b0eee65a2e1",
            "gambit_id": "ac001cb8-d91e-4967-85c6-06eaaf2f7326",
            "last_updated": "2023-05-20T10:52:04.453531-04:00",
            "created_at": "2023-05-19T11:02:13.289305-04:00",
            "name": "LOS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/293660ac-cf1e-43ca-9702-5b1cfb4e96c4/?format=api"
        }
    ]
}