GET /api/bet_types/e4a2d539-61e8-41c2-b19e-3327e5da9c96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4a2d539-61e8-41c2-b19e-3327e5da9c96",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dca2172-53e4-4edf-a029-b6dd43cdccd1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:32:13.858056-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": "Bart Krol",
                "amount": 6690.0
            },
            {
                "team": "Simey Doherty",
                "amount": 3310.0
            }
        ],
        "expected_reward_tokens": 9299.1,
        "profit_sb": -200.9,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9ad0880-5e41-4d09-b357-7ba42a7d25be",
            "gambit_id": "139c7a8c-580b-450a-89fb-06b6ad5f8e4a",
            "last_updated": "2023-04-28T23:17:05.800555-04:00",
            "created_at": "2023-04-20T15:32:13.862381-04:00",
            "name": "Bart Krol",
            "reward": "1.39000",
            "odds": "1.41000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a2d539-61e8-41c2-b19e-3327e5da9c96/?format=api"
        },
        {
            "id": "ff3cad45-4be0-4fc0-83f5-ac8c9a12e132",
            "gambit_id": "0c8562e1-f37c-438b-8543-5a6500c7ac5a",
            "last_updated": "2023-04-28T23:17:05.801779-04:00",
            "created_at": "2023-04-20T15:32:13.865010-04:00",
            "name": "Simey Doherty",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a2d539-61e8-41c2-b19e-3327e5da9c96/?format=api"
        }
    ]
}