GET /api/bet_types/ff510cf7-84a8-4282-bbdb-35efb2994e00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff510cf7-84a8-4282-bbdb-35efb2994e00",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b9461e9-4e2c-4743-b8b6-79a210bc9b45/?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": "959bcad6-621f-4828-9f5c-d0d687563bc8",
            "gambit_id": "fd64ef62-e3a9-4a02-8ced-38f196127a4a",
            "last_updated": "2022-10-24T10:32:25.895768-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/ff510cf7-84a8-4282-bbdb-35efb2994e00/?format=api"
        },
        {
            "id": "2415e6db-62f4-49d0-adf5-3d4d5a351bbd",
            "gambit_id": "523df364-9413-4fce-be33-2c257649f7ed",
            "last_updated": "2022-10-24T10:32:25.896932-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/ff510cf7-84a8-4282-bbdb-35efb2994e00/?format=api"
        }
    ]
}