GET /api/bet_types/bfe99a84-bbe1-4101-8bd0-0c1445128037/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfe99a84-bbe1-4101-8bd0-0c1445128037",
    "match": "https://api-prod.gambitprofit.com/api/matches/30add090-d262-4263-85be-8828eff1cd6e/?format=api",
    "name": "FreeForm",
    "created_at": "2023-06-27T08:43:25.463990-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": "5d07f193-a68c-4f91-acb8-290c61cacd43",
            "gambit_id": "58294c2a-51fe-43b4-9316-97236c817094",
            "last_updated": "2023-06-30T10:48:17.360768-04:00",
            "created_at": "2023-06-27T08:43:25.466435-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfe99a84-bbe1-4101-8bd0-0c1445128037/?format=api"
        },
        {
            "id": "4e6446ef-d397-4b62-b247-be4b4979496f",
            "gambit_id": "24514b1b-5696-4849-97d9-62b78b613550",
            "last_updated": "2023-06-30T10:48:17.362737-04:00",
            "created_at": "2023-06-27T08:43:25.469151-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfe99a84-bbe1-4101-8bd0-0c1445128037/?format=api"
        }
    ]
}