GET /api/bet_types/e0eefe34-728d-42ed-9f53-7eb7d740f0da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0eefe34-728d-42ed-9f53-7eb7d740f0da",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3125464-e7a6-4803-8b39-6efc760b0c2a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:53.694381-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": "HOU (H Brown)",
                "amount": 6674.0
            },
            {
                "team": "DET (M Boyd)",
                "amount": 3326.0
            }
        ],
        "expected_reward_tokens": 9543.82,
        "profit_sb": 43.82,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "65c9dd8c-f1d5-4318-a38f-4ebe7f463e8d",
            "gambit_id": "1713d6ac-984b-4d19-9eda-7d214463a002",
            "last_updated": "2023-04-04T19:17:01.732298-04:00",
            "created_at": "2023-04-03T09:56:53.697118-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0eefe34-728d-42ed-9f53-7eb7d740f0da/?format=api"
        },
        {
            "id": "f845482a-1ed4-454d-b277-30f2e9add1dc",
            "gambit_id": "16c553af-886d-406d-bba0-a4abd8359efb",
            "last_updated": "2023-04-04T19:17:01.730626-04:00",
            "created_at": "2023-04-03T09:56:53.695752-04:00",
            "name": "DET (M Boyd)",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0eefe34-728d-42ed-9f53-7eb7d740f0da/?format=api"
        }
    ]
}