GET /api/bet_types/93f809fe-52ed-4859-a57f-70f32101038a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93f809fe-52ed-4859-a57f-70f32101038a",
    "match": "https://api-prod.gambitprofit.com/api/matches/be626f3a-c5a7-4e29-81ff-50b92d59904f/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "631c753d-bb90-45ed-bb15-36646542a4bf",
            "gambit_id": "78aec2b3-6c5d-450e-8473-54623df613d0",
            "last_updated": "2022-12-03T10:02:37.809543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93f809fe-52ed-4859-a57f-70f32101038a/?format=api"
        },
        {
            "id": "63241087-31bd-416a-a110-abe95162a654",
            "gambit_id": "0a690acc-3b4d-4e9a-831c-8dfec4d735e7",
            "last_updated": "2022-12-03T10:02:37.810761-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93f809fe-52ed-4859-a57f-70f32101038a/?format=api"
        }
    ]
}