GET /api/bet_types/4a50b62d-6acd-44f9-9499-5da9a77f1992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a50b62d-6acd-44f9-9499-5da9a77f1992",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e17a9d7-adc8-463a-a337-b359dca571d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:07:58.735563-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": "BAL (K Gibson)",
                "amount": 6359.0
            },
            {
                "team": "STL (D Rom)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "5aa4e96c-0d6c-4127-9bba-482217783a5e",
            "gambit_id": "503f5e3a-9696-4f50-b519-bbed58c09689",
            "last_updated": "2023-09-15T10:23:23.309510-04:00",
            "created_at": "2023-09-13T09:07:58.745317-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a50b62d-6acd-44f9-9499-5da9a77f1992/?format=api"
        },
        {
            "id": "f3c18b9f-943b-4f8e-aacd-415f0fcbd2eb",
            "gambit_id": "cccefb35-58d0-43ff-a9b0-c09d8ca65c91",
            "last_updated": "2023-09-15T10:23:23.306348-04:00",
            "created_at": "2023-09-13T09:07:58.741171-04:00",
            "name": "STL (D Rom)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a50b62d-6acd-44f9-9499-5da9a77f1992/?format=api"
        }
    ]
}