GET /api/bet_types/75bcec2c-9749-49f3-a35c-5508bb494d31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75bcec2c-9749-49f3-a35c-5508bb494d31",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e0bc900-ddb8-4e72-b3c5-ef4cfba6803d/?format=api",
    "name": "Pick the Winner",
    "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": "Jonathan Martinez",
                "amount": 6384.0
            },
            {
                "team": "Cub Swanson",
                "amount": 3616.0
            }
        ],
        "expected_reward_tokens": 9256.8,
        "profit_sb": -243.2,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "506a4e3b-889c-47b7-81bd-34af9619690c",
            "gambit_id": "5e0d72c6-5800-49f0-822d-e6745cd0413c",
            "last_updated": "2022-10-17T10:42:37.232835-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jonathan Martinez",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75bcec2c-9749-49f3-a35c-5508bb494d31/?format=api"
        },
        {
            "id": "0bd3f892-9b43-48d4-bb0f-a078bb3d7c0b",
            "gambit_id": "6fd4bb9a-a4b8-4349-9fd4-cc0776da9cf2",
            "last_updated": "2022-10-17T10:42:37.233967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cub Swanson",
            "reward": "2.56000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75bcec2c-9749-49f3-a35c-5508bb494d31/?format=api"
        }
    ]
}