GET /api/bet_types/8da3bd91-f2da-4e87-b6f9-470840f2e7b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8da3bd91-f2da-4e87-b6f9-470840f2e7b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9d7b643-52f1-4ef6-b220-a5297d413a75/?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": "ATL (M Fried)",
                "amount": 7308.0
            },
            {
                "team": "COL (J Urena)",
                "amount": 2692.0
            }
        ],
        "expected_reward_tokens": 9206.64,
        "profit_sb": 206.64,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "de33b37d-8ee1-41b1-8138-ce7a418b5efc",
            "gambit_id": "d827d448-e9b3-445a-b68d-4209a19ea55a",
            "last_updated": "2022-08-31T11:57:19.750999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (M Fried)",
            "reward": "1.26000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8da3bd91-f2da-4e87-b6f9-470840f2e7b2/?format=api"
        },
        {
            "id": "1b8cc8fc-95b3-4c92-9350-a253c9af0a3c",
            "gambit_id": "7bf1c596-f60d-42f2-af84-f50220ee01dc",
            "last_updated": "2022-08-31T11:57:19.751542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (J Urena)",
            "reward": "3.42000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8da3bd91-f2da-4e87-b6f9-470840f2e7b2/?format=api"
        }
    ]
}