GET /api/bet_types/201d7070-5cdb-41a0-8db7-a43ebc907b47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "201d7070-5cdb-41a0-8db7-a43ebc907b47",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b4142b0-4025-43e8-8c9a-c7b10debd7da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-05T08:52:56.459611-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": "Nashville Predators",
                "amount": 6308.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "099b7e60-c5a4-4d39-9735-364347c0114e",
            "gambit_id": "5bcd7a09-6d2f-4938-942b-e841c8d04ff7",
            "last_updated": "2023-12-06T09:43:12.160307-05:00",
            "created_at": "2023-12-05T08:52:56.465552-05:00",
            "name": "Nashville Predators",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201d7070-5cdb-41a0-8db7-a43ebc907b47/?format=api"
        },
        {
            "id": "db814c30-8d9c-454f-9f6a-3cbcdfeaee51",
            "gambit_id": "aa417451-4e24-4d81-96ab-9aaeacee0efe",
            "last_updated": "2023-12-06T09:43:12.163764-05:00",
            "created_at": "2023-12-05T08:52:56.469952-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201d7070-5cdb-41a0-8db7-a43ebc907b47/?format=api"
        }
    ]
}