GET /api/bet_types/21807f7e-a4d3-4220-b642-efc06a789d8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21807f7e-a4d3-4220-b642-efc06a789d8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/11e1be55-071d-4c95-b776-8a160340465f/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-04T13:18:24.444207-05: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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "578a7787-e635-4e00-a0bb-16ca6f78e6ff",
            "gambit_id": "d03e5ac3-bbb0-4a98-b77c-78ae915e62d1",
            "last_updated": "2023-12-05T21:23:25.179181-05:00",
            "created_at": "2023-12-04T13:18:24.454413-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21807f7e-a4d3-4220-b642-efc06a789d8a/?format=api"
        },
        {
            "id": "934c001d-3ed6-4416-b426-838c6af75e73",
            "gambit_id": "b20140bd-6324-4e76-88b2-de3a0d987900",
            "last_updated": "2023-12-05T21:23:25.175815-05:00",
            "created_at": "2023-12-04T13:18:24.448551-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21807f7e-a4d3-4220-b642-efc06a789d8a/?format=api"
        }
    ]
}