GET /api/bet_types/facc26aa-8668-4832-bec7-b99bc01757ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "facc26aa-8668-4832-bec7-b99bc01757ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fc8a16f-b23d-4822-9d7b-408b04203b4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:20.640549-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": "ARI (Z Davies)",
                "amount": 5182.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 4818.0
            }
        ],
        "expected_reward_tokens": 9586.7,
        "profit_sb": 86.7,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "4060aaa2-b08f-40a1-8f16-7eef1ccd9a18",
            "gambit_id": "e99d39f1-22f7-4676-8da6-fe3cb95ad298",
            "last_updated": "2023-06-08T16:28:19.754779-04:00",
            "created_at": "2023-06-07T09:28:20.643303-04:00",
            "name": "ARI (Z Davies)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/facc26aa-8668-4832-bec7-b99bc01757ac/?format=api"
        },
        {
            "id": "5b6b19f6-89e7-4783-b55f-4ef065c88d79",
            "gambit_id": "05b2f23b-d5bf-449c-8b21-6e351321282c",
            "last_updated": "2023-06-08T16:28:19.756650-04:00",
            "created_at": "2023-06-07T09:28:20.645864-04:00",
            "name": "WAS (P Corbin)",
            "reward": "1.99000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/facc26aa-8668-4832-bec7-b99bc01757ac/?format=api"
        }
    ]
}