GET /api/bet_types/433c6102-eda3-48e3-b720-9c8b9988249f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "433c6102-eda3-48e3-b720-9c8b9988249f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cb6c628-95fe-4d9a-a3dc-905d6a27b3d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T01:03:09.657805-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": "MIA (E Perez)",
                "amount": 5980.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f1e4e44-b5cb-43d0-ad9d-8a50e117af3d",
            "gambit_id": "9d77f986-dc2c-4312-9cd3-174f39ff5514",
            "last_updated": "2023-09-02T17:23:06.066280-04:00",
            "created_at": "2023-09-01T01:03:09.662624-04:00",
            "name": "MIA (E Perez)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433c6102-eda3-48e3-b720-9c8b9988249f/?format=api"
        },
        {
            "id": "d8d8278a-b3c0-4ce4-b0f3-68dfaeff0362",
            "gambit_id": "f41b5630-1ada-4878-850b-5777e4521fed",
            "last_updated": "2023-09-02T17:23:06.070127-04:00",
            "created_at": "2023-09-01T01:03:09.667482-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433c6102-eda3-48e3-b720-9c8b9988249f/?format=api"
        }
    ]
}