GET /api/bet_types/6205ff30-3e24-41d7-9298-bc79bd87f349/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6205ff30-3e24-41d7-9298-bc79bd87f349",
    "match": "https://api-prod.gambitprofit.com/api/matches/774a9027-9ed6-4d2b-902e-5fe1c3e87f18/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-01T23:03:19.519866-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": "d511b2d5-2a84-4184-9177-981d1196aff7",
            "gambit_id": "9ff06d84-90cb-467a-970c-792725d79c20",
            "last_updated": "2023-09-05T17:13:08.687169-04:00",
            "created_at": "2023-09-01T23:03:19.528659-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6205ff30-3e24-41d7-9298-bc79bd87f349/?format=api"
        },
        {
            "id": "c9c53731-b0f6-40ba-9984-98ef714eff12",
            "gambit_id": "f2eda32f-53a3-44bc-bf48-6db4189c21f3",
            "last_updated": "2023-09-05T17:13:08.690434-04:00",
            "created_at": "2023-09-01T23:03:19.533017-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6205ff30-3e24-41d7-9298-bc79bd87f349/?format=api"
        }
    ]
}