GET /api/bet_types/8a31f611-6280-4631-b0e0-3bc743a8b18c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a31f611-6280-4631-b0e0-3bc743a8b18c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dba7ee00-b1fd-4886-9b08-44abae5a0d59/?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": "Kent State",
                "amount": 5660.0
            },
            {
                "team": "Bowling Green",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "1893973c-8e1b-4d31-a963-a22745b4b24b",
            "gambit_id": "e313f5cf-8e5c-4833-b18b-d7723487902d",
            "last_updated": "2022-11-10T09:32:35.806018-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a31f611-6280-4631-b0e0-3bc743a8b18c/?format=api"
        },
        {
            "id": "aff495b4-b126-4ddc-ac1f-2f836778495f",
            "gambit_id": "d65d184b-6ca5-4e91-9d36-15ac7be5848b",
            "last_updated": "2022-11-10T09:32:35.805044-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a31f611-6280-4631-b0e0-3bc743a8b18c/?format=api"
        }
    ]
}