GET /api/bet_types/8a834680-8510-4fa1-8632-b4907247b90d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a834680-8510-4fa1-8632-b4907247b90d",
    "match": "https://api-prod.gambitprofit.com/api/matches/052ff239-4227-4be1-8962-a4fddda7e1c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T10:36:58.717011-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": "Nashville Predators",
                "amount": 6025.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1c3d88b-06a2-4b2f-9648-5515ea92765e",
            "gambit_id": "35c44589-6704-408e-9bb3-71a1a9c6d342",
            "last_updated": "2023-02-28T12:37:07.158513-05:00",
            "created_at": "2023-02-26T10:36:58.719431-05:00",
            "name": "Nashville Predators",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a834680-8510-4fa1-8632-b4907247b90d/?format=api"
        },
        {
            "id": "a7b01a20-1a40-497d-828d-7aa2734a1161",
            "gambit_id": "f8309cbd-8ef8-4119-b9e2-c611ed07bc0c",
            "last_updated": "2023-02-28T12:37:07.157380-05:00",
            "created_at": "2023-02-26T10:36:58.718209-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a834680-8510-4fa1-8632-b4907247b90d/?format=api"
        }
    ]
}