GET /api/bet_types/5afcb64d-9107-4b84-b55e-4c22e527952e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5afcb64d-9107-4b84-b55e-4c22e527952e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a65c117-4cf3-4c21-a413-59cf1b64432f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:24.715523-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": "STL (A Wainwright)",
                "amount": 5440.0
            },
            {
                "team": "KAN (D Coleman)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "df877232-df21-47d2-a377-00abf9f9bb29",
            "gambit_id": "c0db47d1-1a94-481d-870d-3d54a4d27fd9",
            "last_updated": "2023-08-12T18:08:06.864716-04:00",
            "created_at": "2023-08-11T09:38:24.723484-04:00",
            "name": "STL (A Wainwright)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5afcb64d-9107-4b84-b55e-4c22e527952e/?format=api"
        },
        {
            "id": "0251e9e6-a7dc-4917-8a72-3bd5ac694292",
            "gambit_id": "3cf06413-cbc9-4efa-b96e-4702cab2356a",
            "last_updated": "2023-08-12T18:08:06.869492-04:00",
            "created_at": "2023-08-11T09:38:24.730932-04:00",
            "name": "KAN (D Coleman)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5afcb64d-9107-4b84-b55e-4c22e527952e/?format=api"
        }
    ]
}