GET /api/bet_types/d1ea3723-f731-4b2d-a911-b8a329d1e3fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1ea3723-f731-4b2d-a911-b8a329d1e3fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bb08f4a-dd35-4643-8548-81ba75c29e26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-19T10:03:04.342574-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": "Toronto Raptors",
                "amount": 7745.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2255.0
            }
        ],
        "expected_reward_tokens": 9448.45,
        "profit_sb": -51.55,
        "profit_sb_percentage": -0.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bca05ee-9313-4678-aea8-069e85e946f5",
            "gambit_id": "69cb621e-cac2-4cf5-a9ec-da150391b7cf",
            "last_updated": "2023-11-21T09:08:06.227665-05:00",
            "created_at": "2023-11-19T10:03:04.350430-05:00",
            "name": "Toronto Raptors",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1ea3723-f731-4b2d-a911-b8a329d1e3fc/?format=api"
        },
        {
            "id": "0cab7f3e-068c-4173-901e-e407a777ff33",
            "gambit_id": "6e6e7c44-82a4-4d58-a6ec-a54a9846ba91",
            "last_updated": "2023-11-21T09:08:06.223585-05:00",
            "created_at": "2023-11-19T10:03:04.346194-05:00",
            "name": "Detroit Pistons",
            "reward": "4.19000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1ea3723-f731-4b2d-a911-b8a329d1e3fc/?format=api"
        }
    ]
}