GET /api/bet_types/4647e5e4-5458-456c-bbee-795255e6aaba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4647e5e4-5458-456c-bbee-795255e6aaba",
    "match": "https://api-prod.gambitprofit.com/api/matches/574a9aba-c90f-4547-8e27-37f9afd84333/?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": "New York Islanders",
                "amount": 6650.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3350.0
            }
        ],
        "expected_reward_tokens": 9110.5,
        "profit_sb": 110.5,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "17ffd450-1c62-4a0f-9eae-b3cf7ce74aa6",
            "gambit_id": "cb33bc0d-b818-4087-9d66-1dbee4fb9150",
            "last_updated": "2022-11-14T10:58:10.377441-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4647e5e4-5458-456c-bbee-795255e6aaba/?format=api"
        },
        {
            "id": "ac8546f0-a70f-426c-bccd-2e26db0e6b47",
            "gambit_id": "40330eb1-b7f7-471e-9b40-6bf3477bb28c",
            "last_updated": "2022-11-14T10:58:10.378363-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.72000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4647e5e4-5458-456c-bbee-795255e6aaba/?format=api"
        }
    ]
}