GET /api/bet_types/b367eb1d-47ee-4525-ae32-382d7aff7533/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b367eb1d-47ee-4525-ae32-382d7aff7533",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6776f88-9e0e-479a-8bd7-153cac7576b1/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-08T09:58:15.484410-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": "3ceedb7a-67f4-4a88-b4b4-9649ea490e58",
            "gambit_id": "e3780f77-edf1-4525-bcc2-4fc4fd616deb",
            "last_updated": "2023-07-10T10:18:22.534995-04:00",
            "created_at": "2023-07-08T09:58:15.487510-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b367eb1d-47ee-4525-ae32-382d7aff7533/?format=api"
        },
        {
            "id": "419b0ace-7655-4429-a9c1-fecc2740cd5a",
            "gambit_id": "0d3be18c-ae1d-4d0c-8025-d0b7e200dbd1",
            "last_updated": "2023-07-10T10:18:22.536870-04:00",
            "created_at": "2023-07-08T09:58:15.490217-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b367eb1d-47ee-4525-ae32-382d7aff7533/?format=api"
        }
    ]
}