GET /api/bet_types/42a4d96b-906b-466a-ba2e-60c954846cc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42a4d96b-906b-466a-ba2e-60c954846cc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/652ecdf7-16be-4437-940f-05e9021d09ca/?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": "Central Florida",
                "amount": 6493.0
            },
            {
                "team": "Louisville",
                "amount": 3507.0
            }
        ],
        "expected_reward_tokens": 9153.27,
        "profit_sb": 153.27,
        "profit_sb_percentage": 1.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce93183c-3ad4-469f-80e2-14a63f29c57c",
            "gambit_id": "f807603d-340f-4fc7-b164-48baf842f003",
            "last_updated": "2022-09-10T12:32:31.070738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42a4d96b-906b-466a-ba2e-60c954846cc2/?format=api"
        },
        {
            "id": "d111ec6e-747a-46d6-a770-d8a632af8e02",
            "gambit_id": "59666697-c198-454c-a3eb-ec62d9263ae9",
            "last_updated": "2022-09-10T12:32:31.071689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "2.61000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42a4d96b-906b-466a-ba2e-60c954846cc2/?format=api"
        }
    ]
}