GET /api/bet_types/9486f9d6-eadd-4a7d-9d16-855f5a3f4a75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9486f9d6-eadd-4a7d-9d16-855f5a3f4a75",
    "match": "https://api-prod.gambitprofit.com/api/matches/2419f937-5dce-47e6-b445-28fae52e63ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-03T11:03:19.436723-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": "STL",
                "amount": 6090.0
            },
            {
                "team": "MIA",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "034f643f-92c0-4d65-a4f3-063d4dc71091",
            "gambit_id": "bbeeb29f-2efb-49b1-915e-fa1a14ca1d7a",
            "last_updated": "2023-07-04T10:43:01.150463-04:00",
            "created_at": "2023-07-03T11:03:19.438268-04:00",
            "name": "STL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9486f9d6-eadd-4a7d-9d16-855f5a3f4a75/?format=api"
        },
        {
            "id": "28c8cc4a-535b-462d-80f1-60bc3dd7a7c9",
            "gambit_id": "9ce80bbe-31a1-4385-b12d-469fce440a80",
            "last_updated": "2023-07-04T10:43:01.152452-04:00",
            "created_at": "2023-07-03T11:03:19.440420-04:00",
            "name": "MIA",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9486f9d6-eadd-4a7d-9d16-855f5a3f4a75/?format=api"
        }
    ]
}