GET /api/bet_types/7c01e5d7-1549-41e3-93ca-0e8e3b29ea32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c01e5d7-1549-41e3-93ca-0e8e3b29ea32",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c3d8494-4865-48ff-ad41-57d55609994e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T13:12:08.681700-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": "Jon Jones",
                "amount": 5984.0
            },
            {
                "team": "Ciryl Gane",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": -224.8,
        "profit_sb_percentage": -2.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "11894977-1474-4b89-9c6c-f7e3481f6963",
            "gambit_id": "5201b2e6-f32c-4015-8aff-2c8413c92a01",
            "last_updated": "2023-03-06T15:06:51.404079-05:00",
            "created_at": "2023-03-03T13:12:08.683224-05:00",
            "name": "Jon Jones",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c01e5d7-1549-41e3-93ca-0e8e3b29ea32/?format=api"
        },
        {
            "id": "f414fae7-cba7-47be-8cf4-c318e373b898",
            "gambit_id": "93611656-f2f5-40fa-b40b-136c2c2d8d57",
            "last_updated": "2023-03-06T15:06:51.405167-05:00",
            "created_at": "2023-03-03T13:12:08.684522-05:00",
            "name": "Ciryl Gane",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c01e5d7-1549-41e3-93ca-0e8e3b29ea32/?format=api"
        }
    ]
}