GET /api/bet_types/3972d25f-385c-4dab-9110-dc9c9a6285a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3972d25f-385c-4dab-9110-dc9c9a6285a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/818881f9-4102-4dee-902c-a42a4a62d1d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:08.480455-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": "SDG",
                "amount": 6390.0
            },
            {
                "team": "MIL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b402a7b-ac45-44fb-b47d-5b4a317f9917",
            "gambit_id": "39115c6d-9914-44d4-9737-9e920cba3d08",
            "last_updated": "2023-08-28T18:28:30.319202-04:00",
            "created_at": "2023-08-25T08:38:08.484097-04:00",
            "name": "SDG",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3972d25f-385c-4dab-9110-dc9c9a6285a0/?format=api"
        },
        {
            "id": "9099714f-c0df-4006-9ccf-06a4504ba30b",
            "gambit_id": "9b0097cd-3cae-4bb4-aec6-737cc30dba56",
            "last_updated": "2023-08-28T18:28:30.322632-04:00",
            "created_at": "2023-08-25T08:38:08.488251-04:00",
            "name": "MIL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3972d25f-385c-4dab-9110-dc9c9a6285a0/?format=api"
        }
    ]
}