GET /api/bet_types/9ca9c7f7-2123-4472-a6fb-69c2bee62053/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ca9c7f7-2123-4472-a6fb-69c2bee62053",
    "match": "https://api-prod.gambitprofit.com/api/matches/99b385a8-8dcc-4792-8c47-9bca5a6fd57a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T09:18:16.858987-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": "SDG (S Lugo)",
                "amount": 6434.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e3bbc00-fb09-44f7-a095-70ee86141142",
            "gambit_id": "08f779fd-8201-472d-8cfb-1b8e8a6d93f8",
            "last_updated": "2023-07-27T22:58:18.736558-04:00",
            "created_at": "2023-07-26T09:18:16.867843-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca9c7f7-2123-4472-a6fb-69c2bee62053/?format=api"
        },
        {
            "id": "1edb521d-dc1b-41a0-8990-0e7fa15197fe",
            "gambit_id": "b425be5c-795d-4101-a3f7-1a815624f8a7",
            "last_updated": "2023-07-27T22:58:18.733119-04:00",
            "created_at": "2023-07-26T09:18:16.862944-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca9c7f7-2123-4472-a6fb-69c2bee62053/?format=api"
        }
    ]
}