GET /api/bet_types/5d32b39c-b400-41d0-b1ba-acce55b5f318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d32b39c-b400-41d0-b1ba-acce55b5f318",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd0453f-2267-4a1d-a846-a9892bfa6a78/?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": 7115.0
            },
            {
                "team": "Kent State",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "59a316ce-d2da-40c8-a40a-0b15d617611c",
            "gambit_id": "93b40e05-be05-4ba2-b671-6f15afce8ba5",
            "last_updated": "2022-10-17T09:27:39.563732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d32b39c-b400-41d0-b1ba-acce55b5f318/?format=api"
        },
        {
            "id": "64f6cf40-8a29-4626-8d9c-a5fa1e3dbebe",
            "gambit_id": "5c2f48f6-1fe8-4045-9f82-aa2cc7bd453b",
            "last_updated": "2022-10-17T09:27:39.564927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d32b39c-b400-41d0-b1ba-acce55b5f318/?format=api"
        }
    ]
}