GET /api/bet_types/b699e3fd-fad6-4422-b5c3-8dbdf4f2e8be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b699e3fd-fad6-4422-b5c3-8dbdf4f2e8be",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb780978-898f-406d-bbd2-94a8629bf741/?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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f5ab44f-1dcc-4cde-b33b-8c80d865ec62",
            "gambit_id": "b3860122-3e50-49d2-a9b0-eb2dd3146c76",
            "last_updated": "2022-09-30T22:57:28.726304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b699e3fd-fad6-4422-b5c3-8dbdf4f2e8be/?format=api"
        },
        {
            "id": "dcbca655-075a-44ee-b6e7-d19d8c3388f6",
            "gambit_id": "19b7bb20-920e-4f95-9992-10e3a0894bc7",
            "last_updated": "2022-09-30T22:57:28.727374-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b699e3fd-fad6-4422-b5c3-8dbdf4f2e8be/?format=api"
        }
    ]
}