GET /api/bet_types/6caf1b3c-1194-4fa0-9144-84eff26d4487/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6caf1b3c-1194-4fa0-9144-84eff26d4487",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1a5cf8b-e244-4eba-b657-ec64a8e61d49/?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": "Toledo",
                "amount": 6047.0
            },
            {
                "team": "Ohio",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9a05104-b484-488f-9c0f-e2af5e71314c",
            "gambit_id": "c86230f2-3251-4cee-b895-bf047f2f486e",
            "last_updated": "2022-12-05T11:17:09.524338-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6caf1b3c-1194-4fa0-9144-84eff26d4487/?format=api"
        },
        {
            "id": "d15622be-25b9-482f-92b9-cd17be39305a",
            "gambit_id": "55f7300a-a4e3-4b3b-a14c-f430c1421158",
            "last_updated": "2022-12-05T11:17:09.523241-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6caf1b3c-1194-4fa0-9144-84eff26d4487/?format=api"
        }
    ]
}