GET /api/bet_types/26894215-9d26-49ca-a55f-9393d3e8139a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26894215-9d26-49ca-a55f-9393d3e8139a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a50a8d9c-378e-4dee-954f-9aa1a3455c31/?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": 7363.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2637.0
            }
        ],
        "expected_reward_tokens": 9571.9,
        "profit_sb": 71.9,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "56e480cb-ed24-415f-840c-a076b76d7f8b",
            "gambit_id": "389b5f99-53dd-4eae-ab40-7d90775600db",
            "last_updated": "2022-10-17T14:27:41.798372-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.30000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26894215-9d26-49ca-a55f-9393d3e8139a/?format=api"
        },
        {
            "id": "018b41e1-ba56-4eda-96f6-3bd01d45fc8f",
            "gambit_id": "0d5d3621-4171-49f4-968d-0aa6aba99d63",
            "last_updated": "2022-10-17T14:27:41.799661-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.63000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26894215-9d26-49ca-a55f-9393d3e8139a/?format=api"
        }
    ]
}