GET /api/bet_types/abac91fa-508d-41e6-9d47-bb6175dc368b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abac91fa-508d-41e6-9d47-bb6175dc368b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b4c8c0c-a338-41b2-93f7-53e2d840a435/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:25.349747-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": "LOS (C Kershaw)",
                "amount": 6721.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9541.89,
        "profit_sb": 41.89,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "56a87a03-b5bf-4ec2-82b0-640df8080427",
            "gambit_id": "c822880e-c5be-491c-9339-174a0fdf40df",
            "last_updated": "2023-08-17T15:18:06.254409-04:00",
            "created_at": "2023-08-16T10:23:25.359353-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abac91fa-508d-41e6-9d47-bb6175dc368b/?format=api"
        },
        {
            "id": "f4d36069-cc3c-4e08-8194-b8b1c75dad86",
            "gambit_id": "a9aaa11f-9503-49ff-b6fe-a69385a7372e",
            "last_updated": "2023-08-17T15:18:06.247908-04:00",
            "created_at": "2023-08-16T10:23:25.354024-04:00",
            "name": "MIL (W Miley)",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abac91fa-508d-41e6-9d47-bb6175dc368b/?format=api"
        }
    ]
}