GET /api/bet_types/9bf2ba2f-0c2d-45e4-b5e0-0c92e033d89a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bf2ba2f-0c2d-45e4-b5e0-0c92e033d89a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbf1fea3-4b17-4a7b-ab59-de420677d090/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-27T13:03:11.732216-04: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": "HOU (F Valdez)",
                "amount": 5065.0
            },
            {
                "team": "STL (J Montgomery)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1aa1667-49a6-4093-8d55-71a691d9c965",
            "gambit_id": "89d14f96-3caf-41a9-8550-ff77972f6e32",
            "last_updated": "2023-06-28T21:28:08.937775-04:00",
            "created_at": "2023-06-27T13:03:11.736760-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf2ba2f-0c2d-45e4-b5e0-0c92e033d89a/?format=api"
        },
        {
            "id": "28db5d55-8857-46dc-aa0c-4b6af48b78b0",
            "gambit_id": "3988d9f9-54d7-4a81-a75d-d8f5fcd138de",
            "last_updated": "2023-06-28T21:28:08.940212-04:00",
            "created_at": "2023-06-27T13:03:11.739932-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf2ba2f-0c2d-45e4-b5e0-0c92e033d89a/?format=api"
        }
    ]
}