GET /api/bet_types/5ca666ee-2819-4286-aa23-257c4c30ecb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ca666ee-2819-4286-aa23-257c4c30ecb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/252c3dbc-69d9-4b7d-ae05-c5d7d57e4176/?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": "689fd0df-fa54-4b4e-87d7-c00c4afb532d",
            "gambit_id": "fe98cff8-1920-4785-8800-583221491865",
            "last_updated": "2022-10-04T13:52:23.713042-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/5ca666ee-2819-4286-aa23-257c4c30ecb4/?format=api"
        },
        {
            "id": "75da34c5-2f0f-4563-b4f1-02115caa5fe9",
            "gambit_id": "e1f70431-5641-4b83-a3f3-64ea50f63eed",
            "last_updated": "2022-10-04T13:52:23.714199-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/5ca666ee-2819-4286-aa23-257c4c30ecb4/?format=api"
        }
    ]
}