GET /api/bet_types/86ea5a80-fa4c-42c8-8f73-8daee37164a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86ea5a80-fa4c-42c8-8f73-8daee37164a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/32d4788a-bd29-474f-9963-c1f1f40e28b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-05T09:13:16.277307-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": "Los Angeles Dodgers",
                "amount": 6425.0
            },
            {
                "team": "Arizona Diamondbacks",
                "amount": 3575.0
            }
        ],
        "expected_reward_tokens": 9509.0,
        "profit_sb": 9.0,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e7b482e-e9ea-440e-bdbe-dcf8f3519c05",
            "gambit_id": "78b47208-e907-4f18-9bbb-ec5abe7ad62a",
            "last_updated": "2023-10-09T08:58:08.837395-04:00",
            "created_at": "2023-10-05T09:13:16.281727-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ea5a80-fa4c-42c8-8f73-8daee37164a0/?format=api"
        },
        {
            "id": "c484849c-da92-4369-a4f7-f8760285f9c3",
            "gambit_id": "ca0392b8-03ec-43b9-af35-a419791afeae",
            "last_updated": "2023-10-09T08:58:08.841991-04:00",
            "created_at": "2023-10-05T09:13:16.285537-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ea5a80-fa4c-42c8-8f73-8daee37164a0/?format=api"
        }
    ]
}