GET /api/bet_types/6c9b33c6-c918-411e-bd4b-3b045d54b6c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c9b33c6-c918-411e-bd4b-3b045d54b6c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebcf9fb0-e7d6-466c-af0e-f922fdddc045/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T08:47:01.743811-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": "Tampa Bay Lightning",
                "amount": 5094.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e043bee-1dc9-404d-92ef-239836d639ae",
            "gambit_id": "20fa93f5-38af-46e2-aef2-9d4916ee1043",
            "last_updated": "2023-02-07T11:21:55.697240-05:00",
            "created_at": "2023-02-06T08:47:01.746499-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9b33c6-c918-411e-bd4b-3b045d54b6c2/?format=api"
        },
        {
            "id": "91cdc559-80c7-419e-9e3f-901d0e8f5afc",
            "gambit_id": "776d8b26-6bab-4d41-b3ec-7723571e1a38",
            "last_updated": "2023-02-07T11:21:55.695930-05:00",
            "created_at": "2023-02-06T08:47:01.745148-05:00",
            "name": "Florida Panthers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9b33c6-c918-411e-bd4b-3b045d54b6c2/?format=api"
        }
    ]
}