GET /api/bet_types/e2797a85-4e2c-4a26-8e15-12e5068fd772/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2797a85-4e2c-4a26-8e15-12e5068fd772",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5b19355-9dff-43e9-b5db-a34c496f8e28/?format=api",
    "name": "FreeForm",
    "created_at": "2023-06-21T08:33:16.810267-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ff19bed-a882-4431-8e68-9e7e3e7881a4",
            "gambit_id": "b3f1fb4c-433d-46c2-9f69-a43d5a4a18aa",
            "last_updated": "2023-06-22T11:08:14.628723-04:00",
            "created_at": "2023-06-21T08:33:16.812816-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2797a85-4e2c-4a26-8e15-12e5068fd772/?format=api"
        },
        {
            "id": "cadaf253-2f76-40b3-a6b3-f9671dfd1ad0",
            "gambit_id": "c10cf9e3-75a4-4bee-9f56-4e098f1df491",
            "last_updated": "2023-06-22T11:08:14.634440-04:00",
            "created_at": "2023-06-21T08:33:16.815415-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2797a85-4e2c-4a26-8e15-12e5068fd772/?format=api"
        }
    ]
}