GET /api/bet_types/69c8f2b6-3412-41f4-aae2-0e080659ced4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69c8f2b6-3412-41f4-aae2-0e080659ced4",
    "match": "https://api-prod.gambitprofit.com/api/matches/39314028-935c-4509-ba0d-3e950762c834/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:15.033795-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": "MIL (C Burnes)",
                "amount": 5118.0
            },
            {
                "team": "HOU (C Javier)",
                "amount": 4882.0
            }
        ],
        "expected_reward_tokens": 9519.48,
        "profit_sb": 19.48,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "253ef75e-0ba9-4c87-9a89-fc3ad844057c",
            "gambit_id": "cef732de-1392-44a4-85ab-4b8cf3ffd490",
            "last_updated": "2023-05-25T13:47:08.045724-04:00",
            "created_at": "2023-05-22T11:27:15.035740-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69c8f2b6-3412-41f4-aae2-0e080659ced4/?format=api"
        },
        {
            "id": "64381435-957d-45e8-bbd5-c1f9d246a6f4",
            "gambit_id": "8c6e9d10-9356-40bf-96f6-a0d27060bd7c",
            "last_updated": "2023-05-25T13:47:08.043523-04:00",
            "created_at": "2023-05-22T11:27:15.037445-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69c8f2b6-3412-41f4-aae2-0e080659ced4/?format=api"
        }
    ]
}