GET /api/bet_types/173bd443-8816-45ba-be09-4ba120714e2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "173bd443-8816-45ba-be09-4ba120714e2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/18e93694-ffed-4c03-8120-278afa9f3bb6/?format=api",
    "name": "FreeForm",
    "created_at": "1969-12-31T19:00:00-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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a386678-49dc-4bd5-a8c1-51db0ea86ca9",
            "gambit_id": "abf57005-5d7c-4ffc-bb0c-51636ebf4e51",
            "last_updated": "2022-10-10T07:52:27.480436-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173bd443-8816-45ba-be09-4ba120714e2c/?format=api"
        },
        {
            "id": "f1f8fce2-5f88-4456-9c35-67ccae444dfa",
            "gambit_id": "d2f08575-c0f8-436d-977f-4508ffd93216",
            "last_updated": "2022-10-10T07:52:27.481621-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173bd443-8816-45ba-be09-4ba120714e2c/?format=api"
        }
    ]
}