GET /api/bet_types/8d27777e-f853-4234-9168-f95ae00e6122/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d27777e-f853-4234-9168-f95ae00e6122",
    "match": "https://api-prod.gambitprofit.com/api/matches/38a3e117-ce2e-4b62-ba0d-e9024e028c29/?format=api",
    "name": "FreeForm",
    "created_at": "2023-08-11T11:43:24.478346-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": "557f2eeb-bba9-4142-9ca2-c3db5b4d0e48",
            "gambit_id": "741b46b8-2b4c-487e-af24-ee2a357baae9",
            "last_updated": "2023-08-14T11:23:26.417269-04:00",
            "created_at": "2023-08-11T11:43:24.482270-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d27777e-f853-4234-9168-f95ae00e6122/?format=api"
        },
        {
            "id": "7767c816-fb3d-4449-a382-b19970bc8b69",
            "gambit_id": "44f25f94-471a-4078-bb75-198055411095",
            "last_updated": "2023-08-14T11:23:26.420788-04:00",
            "created_at": "2023-08-11T11:43:24.486337-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d27777e-f853-4234-9168-f95ae00e6122/?format=api"
        }
    ]
}