GET /api/bet_types/ad024e88-4b80-4af5-adb6-075acbac2092/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad024e88-4b80-4af5-adb6-075acbac2092",
    "match": "https://api-prod.gambitprofit.com/api/matches/69309a03-e11b-4308-bc98-89bc96d7bd9e/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-03T11:03:20.976227-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Yes",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10100.0,
        "profit_sb": 600.0,
        "profit_sb_percentage": 6.32,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Yes",
                "amount": 9416.0
            },
            {
                "team": "No",
                "amount": 584.0
            }
        ],
        "expected_reward_tokens": 9507.52,
        "profit_sb": 7.52,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "66c8cd5f-f3b3-46a7-b29a-9fc7a0f778e6",
            "gambit_id": "c371702a-5810-4e23-b704-b188b9a51d6e",
            "last_updated": "2023-07-05T19:03:34.832160-04:00",
            "created_at": "2023-07-03T11:03:20.978535-04:00",
            "name": "Yes",
            "reward": "1.01000",
            "odds": "1.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad024e88-4b80-4af5-adb6-075acbac2092/?format=api"
        },
        {
            "id": "abc8dbef-6e64-403f-8358-ac1c6c62e06f",
            "gambit_id": "256cbf71-5bb4-432d-92e2-a5004cd8cf37",
            "last_updated": "2023-07-05T19:03:34.833812-04:00",
            "created_at": "2023-07-03T11:03:20.980715-04:00",
            "name": "No",
            "reward": "16.28000",
            "odds": "17.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad024e88-4b80-4af5-adb6-075acbac2092/?format=api"
        }
    ]
}