GET /api/bet_types/3c96eb23-3204-456f-a8bc-1aa6159ac7a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c96eb23-3204-456f-a8bc-1aa6159ac7a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbfa4e3c-290c-4549-a031-08cba20b331e/?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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "96c83619-1080-4811-963f-41882e47b06e",
            "gambit_id": "1e1e7941-24fd-440b-b481-9acb2a2f6abb",
            "last_updated": "2022-10-27T12:07:20.849364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c96eb23-3204-456f-a8bc-1aa6159ac7a5/?format=api"
        },
        {
            "id": "261b55c0-4d11-4c88-94f2-7fb0a28c7984",
            "gambit_id": "552141c7-0859-4a70-92af-5e782982f97a",
            "last_updated": "2022-10-27T12:07:20.850523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c96eb23-3204-456f-a8bc-1aa6159ac7a5/?format=api"
        }
    ]
}