GET /api/bet_types/c4335d28-a21f-4f4b-a743-2e72457ac37a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4335d28-a21f-4f4b-a743-2e72457ac37a",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a01487-99be-4898-bf9a-ef967dc07a76/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-09T09:47:58.796919-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": "Winnipeg Jets",
                "amount": 5319.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d232f2e6-b2ec-4272-81ea-13160eaf78be",
            "gambit_id": "1e8857fe-37e5-438b-9dca-3ad0e3fdcda8",
            "last_updated": "2023-11-12T11:08:38.963944-05:00",
            "created_at": "2023-11-09T09:47:58.806201-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4335d28-a21f-4f4b-a743-2e72457ac37a/?format=api"
        },
        {
            "id": "a2715c99-40c4-4202-a13a-2ae8876e319c",
            "gambit_id": "679ec8db-0ac9-490c-8f9c-6bc4f5d31029",
            "last_updated": "2023-11-12T11:08:38.959848-05:00",
            "created_at": "2023-11-09T09:47:58.801583-05:00",
            "name": "Nashville Predators",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4335d28-a21f-4f4b-a743-2e72457ac37a/?format=api"
        }
    ]
}