GET /api/bet_types/6686ea11-7dc1-4cc5-a16d-86bffc721237/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6686ea11-7dc1-4cc5-a16d-86bffc721237",
    "match": "https://api-prod.gambitprofit.com/api/matches/18e64f1d-2e40-41a1-b490-e51966772695/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-06T08:43:17.359653-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": "CLE (T Bibee)",
                "amount": 6627.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "674a1157-61d7-499f-9c99-4df54ae8d0e0",
            "gambit_id": "012c76ba-92fe-4f57-846c-f5596c139ca7",
            "last_updated": "2023-07-08T09:42:56.936833-04:00",
            "created_at": "2023-07-06T08:43:17.363509-04:00",
            "name": "CLE (T Bibee)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6686ea11-7dc1-4cc5-a16d-86bffc721237/?format=api"
        },
        {
            "id": "5d4b62a4-1139-4329-a7a6-4a865c7d2547",
            "gambit_id": "c21f2761-d61c-465b-a7c8-fae2e35f75c3",
            "last_updated": "2023-07-08T09:42:56.934266-04:00",
            "created_at": "2023-07-06T08:43:17.361571-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6686ea11-7dc1-4cc5-a16d-86bffc721237/?format=api"
        }
    ]
}