GET /api/bet_types/6bde5fc3-b67f-4c84-a432-90f84d511d8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bde5fc3-b67f-4c84-a432-90f84d511d8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a0ab6e-8249-401a-8458-e3b35ebb5615/?format=api",
    "name": "FreeForm",
    "created_at": "2023-11-22T09:08:21.818219-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": "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": "4292492c-8bd2-43ef-b496-1f5d92aa67db",
            "gambit_id": "86064d38-c248-4947-b0af-e0368ed6db0a",
            "last_updated": "2023-11-23T20:43:09.234009-05:00",
            "created_at": "2023-11-22T09:08:21.821894-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bde5fc3-b67f-4c84-a432-90f84d511d8b/?format=api"
        },
        {
            "id": "14ce386f-1eda-411c-91ce-c284835eab29",
            "gambit_id": "08636cad-cdc9-429d-bff4-ce12af36c077",
            "last_updated": "2023-11-23T20:43:09.237401-05:00",
            "created_at": "2023-11-22T09:08:21.826040-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bde5fc3-b67f-4c84-a432-90f84d511d8b/?format=api"
        }
    ]
}