GET /api/bet_types/c6086e79-00ba-4a2d-aceb-36d2730d5ff7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6086e79-00ba-4a2d-aceb-36d2730d5ff7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e48a75d1-4bbf-4c7b-92f5-937563f86e6a/?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": "San Diego State",
                "amount": 7176.0
            },
            {
                "team": "Nevada",
                "amount": 2824.0
            }
        ],
        "expected_reward_tokens": 9544.08,
        "profit_sb": 44.08,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "a588271c-aef9-4689-bf39-35d8dc6af928",
            "gambit_id": "60249f54-1c94-49de-b670-c0f296e44615",
            "last_updated": "2022-10-23T21:41:54.800594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6086e79-00ba-4a2d-aceb-36d2730d5ff7/?format=api"
        },
        {
            "id": "866cd712-285a-4776-aa54-22c68da9fa4d",
            "gambit_id": "9fd7f7e8-efdc-424b-b42e-8f176f585de9",
            "last_updated": "2022-10-23T21:41:54.799568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "3.38000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6086e79-00ba-4a2d-aceb-36d2730d5ff7/?format=api"
        }
    ]
}