GET /api/bet_types/4562c35d-989c-4139-b35d-ac55a1abf993/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4562c35d-989c-4139-b35d-ac55a1abf993",
    "match": "https://api-prod.gambitprofit.com/api/matches/426f33f5-77cb-498c-9da2-57e27fc7e6ec/?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": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d10af9c-ed68-481f-88f3-a3efdeee0635",
            "gambit_id": "67216fb1-3ecc-4ea2-a85b-85d7c72ad9ec",
            "last_updated": "2022-10-17T11:02:05.801967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4562c35d-989c-4139-b35d-ac55a1abf993/?format=api"
        },
        {
            "id": "3fe8d54d-81f0-4850-8f84-2b27d36776b7",
            "gambit_id": "cf8cf777-fb3b-491a-8cbf-0248e2e3ea9a",
            "last_updated": "2022-10-17T11:02:05.803172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4562c35d-989c-4139-b35d-ac55a1abf993/?format=api"
        }
    ]
}