GET /api/bet_types/4bb3cd3a-0c9b-4b6a-926b-b0c6c7d55f58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bb3cd3a-0c9b-4b6a-926b-b0c6c7d55f58",
    "match": "https://api-prod.gambitprofit.com/api/matches/40bdcd3d-8469-44a8-a449-6088c348375a/?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 Michigan",
                "amount": 7829.0
            },
            {
                "team": "Akron",
                "amount": 2171.0
            }
        ],
        "expected_reward_tokens": 9551.38,
        "profit_sb": 51.38,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "9fcf55a7-b30a-4247-8145-048388daf5f9",
            "gambit_id": "8e43c079-1ddc-45a8-af38-e47133b1de30",
            "last_updated": "2022-10-16T15:07:12.939845-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bb3cd3a-0c9b-4b6a-926b-b0c6c7d55f58/?format=api"
        },
        {
            "id": "c93c7974-a503-48d9-9b4f-78054284703d",
            "gambit_id": "800f6d07-4271-4225-be52-8ed37fc5db74",
            "last_updated": "2022-10-16T15:07:12.938776-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bb3cd3a-0c9b-4b6a-926b-b0c6c7d55f58/?format=api"
        }
    ]
}