GET /api/bet_types/9dce00cc-faf9-4853-b3b1-758cf3cdd4e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dce00cc-faf9-4853-b3b1-758cf3cdd4e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/efaf9e12-8edb-4ba4-b1fa-2a1fff483731/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:26.224916-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": "PHI (Z Wheeler)",
                "amount": 6564.0
            },
            {
                "team": "STL (D Hudson)",
                "amount": 3436.0
            }
        ],
        "expected_reward_tokens": 9517.72,
        "profit_sb": 17.72,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "73951854-59d3-48cb-bc48-3d0ea9b958b9",
            "gambit_id": "1f20f2b6-0170-460b-819b-45e6f3e077c0",
            "last_updated": "2023-08-28T16:13:33.372629-04:00",
            "created_at": "2023-08-26T09:23:26.237542-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dce00cc-faf9-4853-b3b1-758cf3cdd4e8/?format=api"
        },
        {
            "id": "11d099f5-a636-4885-b48d-b6e64b0c1847",
            "gambit_id": "bb884223-af55-4e17-b9c2-387f6befb293",
            "last_updated": "2023-08-28T16:13:33.365931-04:00",
            "created_at": "2023-08-26T09:23:26.233459-04:00",
            "name": "STL (D Hudson)",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dce00cc-faf9-4853-b3b1-758cf3cdd4e8/?format=api"
        }
    ]
}