GET /api/bet_types/4be5f5b8-7539-47ce-9523-a533d57605da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4be5f5b8-7539-47ce-9523-a533d57605da",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c8dbcd7-12a3-4d5b-a71c-1afcea82cd12/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-25T08:53:12.061066-04: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": "79f8044e-1f47-435c-a65e-c01f1a7ba126",
            "gambit_id": "b60f0798-0d02-492d-a9a5-cae0a11acb52",
            "last_updated": "2023-07-27T23:03:23.750937-04:00",
            "created_at": "2023-07-25T08:53:12.067143-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be5f5b8-7539-47ce-9523-a533d57605da/?format=api"
        },
        {
            "id": "78f8738c-b1ad-4f2e-be13-bce90afbec43",
            "gambit_id": "eb42de19-a10a-4cd8-a2eb-41006256ba9a",
            "last_updated": "2023-07-27T23:03:23.754523-04:00",
            "created_at": "2023-07-25T08:53:12.072676-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be5f5b8-7539-47ce-9523-a533d57605da/?format=api"
        }
    ]
}