GET /api/bet_types/5381eec9-3ebe-46c3-8736-70254b422a06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5381eec9-3ebe-46c3-8736-70254b422a06",
    "match": "https://api-prod.gambitprofit.com/api/matches/56bf9a55-4a83-402e-854e-06d62670e97a/?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": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac4b98ca-be0d-4793-9115-34db6a15a714",
            "gambit_id": "235f810c-b72e-4d78-a2a2-b515f3484c79",
            "last_updated": "2022-10-18T09:27:01.876040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5381eec9-3ebe-46c3-8736-70254b422a06/?format=api"
        },
        {
            "id": "dbd75afa-71c0-4f0e-a845-869ac5f4a69b",
            "gambit_id": "de2669b5-555b-45b8-8675-b15855b6388b",
            "last_updated": "2022-10-18T09:27:02.402818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5381eec9-3ebe-46c3-8736-70254b422a06/?format=api"
        }
    ]
}