GET /api/bet_types/eb41ebbb-2f1c-4784-90b1-3fa38057d742/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb41ebbb-2f1c-4784-90b1-3fa38057d742",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c099b23-30ff-4e16-a23a-ae4d59289c02/?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": "UCLA",
                "amount": 5000.0
            },
            {
                "team": "Stanford",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9e21f4f-2f7e-44c2-b33f-79c0fdf5bbde",
            "gambit_id": "eb3c8803-c987-4320-81ce-5fe4d8e6d9b2",
            "last_updated": "2022-10-31T10:12:28.702896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb41ebbb-2f1c-4784-90b1-3fa38057d742/?format=api"
        },
        {
            "id": "dd29b97b-b670-4657-8604-25f7bb923520",
            "gambit_id": "b3f16640-cb77-4b06-b067-f6d88f7f123c",
            "last_updated": "2022-10-31T10:12:28.703843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb41ebbb-2f1c-4784-90b1-3fa38057d742/?format=api"
        }
    ]
}