GET /api/bet_types/22b9c8b4-1cba-4cf3-ac13-4c1af2a7562f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22b9c8b4-1cba-4cf3-ac13-4c1af2a7562f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f34aec01-a345-42c4-a9e0-1aa8e248c717/?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": "Phoenix Suns",
                "amount": 6167.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3833.0
            }
        ],
        "expected_reward_tokens": 9620.52,
        "profit_sb": 120.52,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "37dc00e6-bc1f-49e1-b014-355f88409306",
            "gambit_id": "cfd699ae-0312-41e3-828b-12e22e1bfce6",
            "last_updated": "2022-10-20T09:26:58.116106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22b9c8b4-1cba-4cf3-ac13-4c1af2a7562f/?format=api"
        },
        {
            "id": "197112a4-acfd-4dbb-9032-d3e38a6255fe",
            "gambit_id": "4f846fe3-53e7-474e-9ea7-68e262fe56b4",
            "last_updated": "2022-10-20T09:26:58.114890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.51000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22b9c8b4-1cba-4cf3-ac13-4c1af2a7562f/?format=api"
        }
    ]
}