GET /api/bet_types/b4c20dd0-34df-4b88-9f2c-34aef441eea8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4c20dd0-34df-4b88-9f2c-34aef441eea8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e07712d-76f5-4459-9829-618107ad16da/?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": "Western Michigan",
                "amount": 5419.0
            },
            {
                "team": "Ohio",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ffbb986-e1e2-4d4a-ab98-c9b933629f20",
            "gambit_id": "47b1e091-5cb3-4d09-8d02-b5513907b85e",
            "last_updated": "2022-10-17T09:32:11.163935-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4c20dd0-34df-4b88-9f2c-34aef441eea8/?format=api"
        },
        {
            "id": "f244fc9d-cecc-48d5-af79-cb5a490e0c9d",
            "gambit_id": "1990dba2-81c8-49f8-b71b-be2326cc0721",
            "last_updated": "2022-10-17T09:32:11.164906-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4c20dd0-34df-4b88-9f2c-34aef441eea8/?format=api"
        }
    ]
}