GET /api/bet_types/2ae023df-edf9-40e4-8a9b-38321f1ed4cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ae023df-edf9-40e4-8a9b-38321f1ed4cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d111b294-2b27-4eb4-a926-ea847f45be5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:08:00.738822-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": "MIL (T Megill)",
                "amount": 5325.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3617180-0df0-4528-9f43-3b872857facb",
            "gambit_id": "de90dc7f-48cd-4412-bc72-d806855090a7",
            "last_updated": "2023-09-15T10:13:23.523098-04:00",
            "created_at": "2023-09-13T09:08:00.747321-04:00",
            "name": "MIL (T Megill)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ae023df-edf9-40e4-8a9b-38321f1ed4cb/?format=api"
        },
        {
            "id": "3ab1a516-69f5-4dfd-ac9d-df193be5e03a",
            "gambit_id": "18a2aad4-8022-40fd-8d45-4d44d2a1980d",
            "last_updated": "2023-09-15T10:13:23.519781-04:00",
            "created_at": "2023-09-13T09:08:00.742941-04:00",
            "name": "MIA (B Garrett)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ae023df-edf9-40e4-8a9b-38321f1ed4cb/?format=api"
        }
    ]
}