GET /api/bet_types/b37fc6da-d897-48ca-bcc8-fdf69d12b752/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b37fc6da-d897-48ca-bcc8-fdf69d12b752",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0dfaad1-b897-4d8e-9b29-075913a72b6f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Minnesota Wild",
                "amount": 5968.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd3785e2-3a06-495a-99f3-9d2168c5f5ed",
            "gambit_id": "34f092df-7407-425c-92a8-80a2a4ce8481",
            "last_updated": "2022-12-23T11:57:13.377647-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37fc6da-d897-48ca-bcc8-fdf69d12b752/?format=api"
        },
        {
            "id": "2a2b0865-e4a1-4c38-860e-f50239bf1908",
            "gambit_id": "4ad37b6c-934f-448c-9a4c-cd07b8b0e296",
            "last_updated": "2022-12-23T11:57:13.376538-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37fc6da-d897-48ca-bcc8-fdf69d12b752/?format=api"
        }
    ]
}