GET /api/bet_types/9f422f76-0e39-4c1e-ba64-36ba53781054/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f422f76-0e39-4c1e-ba64-36ba53781054",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4f122ef-18c0-4820-916b-0e6da04274c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:13.469903-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b9f67e1-f018-4b6d-b81a-e026cbe8a3a6",
            "gambit_id": "a0bb2ef0-4b87-4514-a440-315e7e3f8b24",
            "last_updated": "2023-05-20T15:42:14.939527-04:00",
            "created_at": "2023-05-19T11:02:13.472932-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f422f76-0e39-4c1e-ba64-36ba53781054/?format=api"
        },
        {
            "id": "241176ab-7311-4d03-8d8e-71459f99ea59",
            "gambit_id": "f3a0d2a9-77cc-4cc9-bf5f-5508431e8234",
            "last_updated": "2023-05-20T15:42:14.937807-04:00",
            "created_at": "2023-05-19T11:02:13.471329-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f422f76-0e39-4c1e-ba64-36ba53781054/?format=api"
        }
    ]
}