GET /api/bet_types/8a9e0dbf-a979-493c-a34b-e50ab69844eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a9e0dbf-a979-493c-a34b-e50ab69844eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/82bcaaec-9768-436a-ad90-f904bfa1b1a0/?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": "SDG (S Manaea)",
                "amount": 5623.0
            },
            {
                "team": "SFO (C Rodon)",
                "amount": 4377.0
            }
        ],
        "expected_reward_tokens": 9671.56,
        "profit_sb": 171.56,
        "profit_sb_percentage": 1.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "56385883-a0b4-449b-8035-868b9191f34a",
            "gambit_id": "802c0d01-3279-40bc-b402-9bc4c7e70876",
            "last_updated": "2022-12-24T17:12:11.597957-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (S Manaea)",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a9e0dbf-a979-493c-a34b-e50ab69844eb/?format=api"
        },
        {
            "id": "50d7416b-ddea-4fb8-849c-221dd8c4b981",
            "gambit_id": "26d026c3-46f9-438f-bb30-aab03d33e8a3",
            "last_updated": "2022-12-24T17:12:11.596813-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (C Rodon)",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a9e0dbf-a979-493c-a34b-e50ab69844eb/?format=api"
        }
    ]
}