GET /api/bet_types/5456d073-4af0-4262-9bcc-a57a487e7eea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5456d073-4af0-4262-9bcc-a57a487e7eea",
    "match": "https://api-prod.gambitprofit.com/api/matches/c39452ee-4a9b-4449-973a-0610d951d94c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-31T09:02:01.122312-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f7f4fec-57c3-4f30-8ebe-a36db28563d0",
            "gambit_id": "d1f4d6f7-2be0-4288-aa8e-cbfb3889a9d7",
            "last_updated": "2023-02-01T09:46:50.680157-05:00",
            "created_at": "2023-01-31T09:02:01.125859-05:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5456d073-4af0-4262-9bcc-a57a487e7eea/?format=api"
        },
        {
            "id": "af4b94e1-62b4-410e-bce3-4b2447f7ad12",
            "gambit_id": "7b262fb1-ad3d-4e9d-8a43-9e67bf75f80c",
            "last_updated": "2023-02-01T09:46:50.677444-05:00",
            "created_at": "2023-01-31T09:02:01.123975-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5456d073-4af0-4262-9bcc-a57a487e7eea/?format=api"
        }
    ]
}