GET /api/bet_types/426cafbe-cc2e-4d62-b6d6-8aac7cdfc9a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "426cafbe-cc2e-4d62-b6d6-8aac7cdfc9a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d4372a4-1ce3-4b83-b230-45ef33986a17/?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": "Boston Bruins",
                "amount": 6114.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c3a5a8a-3899-4b9f-81ed-49195b592c12",
            "gambit_id": "d8713ea5-07f0-4b0a-a713-4474ad695835",
            "last_updated": "2022-11-30T09:42:20.603005-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/426cafbe-cc2e-4d62-b6d6-8aac7cdfc9a8/?format=api"
        },
        {
            "id": "5d6a23d9-f5bf-4a9c-b7c8-2ab915e0cbde",
            "gambit_id": "1e1826f6-8597-4036-a135-2f02e7cca646",
            "last_updated": "2022-11-30T09:42:20.603989-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/426cafbe-cc2e-4d62-b6d6-8aac7cdfc9a8/?format=api"
        }
    ]
}