GET /api/bet_types/1bfe2f1a-cf77-4fe0-9feb-4e3c1b0e707f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bfe2f1a-cf77-4fe0-9feb-4e3c1b0e707f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdd10df2-4ab7-425b-b4e5-44f0a1a97652/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:42:04.650324-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": "MIL (E Lauer)",
                "amount": 6070.0
            },
            {
                "team": "DET (S Turnbull)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "30215c13-cf31-4481-b024-d94f5398525b",
            "gambit_id": "a476dca2-2614-487f-87b8-37b52c6f41a9",
            "last_updated": "2023-04-26T20:32:12.977848-04:00",
            "created_at": "2023-04-25T11:42:04.652567-04:00",
            "name": "MIL (E Lauer)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfe2f1a-cf77-4fe0-9feb-4e3c1b0e707f/?format=api"
        },
        {
            "id": "b810ff96-b04e-4e4e-a776-29bb504c084e",
            "gambit_id": "76b0d6b8-faf3-4a76-82e9-7d2cf9f46ba0",
            "last_updated": "2023-04-26T20:32:12.979739-04:00",
            "created_at": "2023-04-25T11:42:04.656497-04:00",
            "name": "DET (S Turnbull)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfe2f1a-cf77-4fe0-9feb-4e3c1b0e707f/?format=api"
        }
    ]
}