GET /api/bet_types/be523d68-fec0-4fa7-8330-f59632885f30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be523d68-fec0-4fa7-8330-f59632885f30",
    "match": "https://api-prod.gambitprofit.com/api/matches/85361ec0-302b-433a-b45c-deed4d000e93/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:58.998517-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": "Detroit Lions",
                "amount": 5944.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "253805ba-0fd3-4ddc-9496-0f5e8cfc3fec",
            "gambit_id": "b1b1e6b9-5df5-4906-a152-e259b1b9c2e3",
            "last_updated": "2023-10-16T18:23:02.444222-04:00",
            "created_at": "2023-10-12T10:57:59.003200-04:00",
            "name": "Detroit Lions",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be523d68-fec0-4fa7-8330-f59632885f30/?format=api"
        },
        {
            "id": "efa93046-c99e-4f5e-a6dc-ee29824c2771",
            "gambit_id": "1195f575-26fd-49f7-a50b-752b94749a50",
            "last_updated": "2023-10-16T18:23:02.449056-04:00",
            "created_at": "2023-10-12T10:57:59.007957-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be523d68-fec0-4fa7-8330-f59632885f30/?format=api"
        }
    ]
}