GET /api/bet_types/4dd2abb2-5f3f-477a-a3d4-c23458617845/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dd2abb2-5f3f-477a-a3d4-c23458617845",
    "match": "https://api-prod.gambitprofit.com/api/matches/b30aab49-e933-4a41-9265-586b347d2fd4/?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": "Los Angeles Gladiators",
                "amount": 7066.0
            },
            {
                "team": "London Spitfire",
                "amount": 2934.0
            }
        ],
        "expected_reward_tokens": 8831.34,
        "profit_sb": -168.66,
        "profit_sb_percentage": -1.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9cc35cd-df95-46e1-8e31-b34d262b8632",
            "gambit_id": "b4e7b841-25ae-421c-a663-646d39017ca0",
            "last_updated": "2022-10-03T12:02:00.370541-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Gladiators",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd2abb2-5f3f-477a-a3d4-c23458617845/?format=api"
        },
        {
            "id": "3f9f4050-a4bc-4b88-a0c9-6986c91ad578",
            "gambit_id": "08ba1324-d07a-4765-b113-d2ae2a9414f6",
            "last_updated": "2022-10-03T12:02:00.369343-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "London Spitfire",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd2abb2-5f3f-477a-a3d4-c23458617845/?format=api"
        }
    ]
}