GET /api/bet_types/d18abc34-93ef-47c5-84aa-ead3c606db4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d18abc34-93ef-47c5-84aa-ead3c606db4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8c1c741-03d7-404d-b204-975725d300b2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-01T09:42:09.585478-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": "MIA",
                "amount": 6020.0
            },
            {
                "team": "SDG",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4f392af-4ab7-40d3-8cb1-b5c2595ea865",
            "gambit_id": "59fcbc85-f70b-4085-bcff-ed93634cfcd3",
            "last_updated": "2023-06-02T13:56:53.154228-04:00",
            "created_at": "2023-06-01T09:42:09.590049-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18abc34-93ef-47c5-84aa-ead3c606db4d/?format=api"
        },
        {
            "id": "d9b2d5a2-1787-4f7b-90ab-124958a7b120",
            "gambit_id": "034e05ca-d2ed-41f6-9a02-a21c23a88f0f",
            "last_updated": "2023-06-02T13:56:53.152089-04:00",
            "created_at": "2023-06-01T09:42:09.587629-04:00",
            "name": "SDG",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18abc34-93ef-47c5-84aa-ead3c606db4d/?format=api"
        }
    ]
}