GET /api/bet_types/9da7ce3b-b86b-4dbf-8098-3e444a68251a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9da7ce3b-b86b-4dbf-8098-3e444a68251a",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b37f5f-8f77-4a54-9f08-c992c1cc16de/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Utah",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Utah",
                "amount": 8604.0
            },
            {
                "team": "Arizona",
                "amount": 1396.0
            }
        ],
        "expected_reward_tokens": 9378.36,
        "profit_sb": 378.36,
        "profit_sb_percentage": 4.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "3418f211-a15e-4bb5-95c8-5407feed1479",
            "gambit_id": "d31665bc-4e97-487f-aab0-d256143975d6",
            "last_updated": "2022-11-06T16:17:47.257430-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9da7ce3b-b86b-4dbf-8098-3e444a68251a/?format=api"
        },
        {
            "id": "99eca098-b38d-45f9-bed5-a12437415689",
            "gambit_id": "214c79e6-dddd-4895-b2f4-0dfd0c6d1615",
            "last_updated": "2022-11-06T16:17:47.258469-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "6.72000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9da7ce3b-b86b-4dbf-8098-3e444a68251a/?format=api"
        }
    ]
}