GET /api/bet_types/03b3d99c-4f07-438e-b59e-1a40a97f721e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03b3d99c-4f07-438e-b59e-1a40a97f721e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e637baf-26df-4b25-bba5-71cfd923af84/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T09:53:29.008524-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": "HOU (J France)",
                "amount": 6070.0
            },
            {
                "team": "CIN (A Abbott)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "afa3f434-a6ed-4c8b-87c0-0e4542d8440d",
            "gambit_id": "a2ca6eae-c1d3-45fa-84cb-a764ffbf1e1a",
            "last_updated": "2023-06-17T14:58:02.844924-04:00",
            "created_at": "2023-06-16T09:53:29.012463-04:00",
            "name": "HOU (J France)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03b3d99c-4f07-438e-b59e-1a40a97f721e/?format=api"
        },
        {
            "id": "a16fd651-2813-41b9-821f-b4476ddaaf15",
            "gambit_id": "267d59b5-d9af-483c-a705-88d50045be9b",
            "last_updated": "2023-06-17T14:58:02.843563-04:00",
            "created_at": "2023-06-16T09:53:29.010699-04:00",
            "name": "CIN (A Abbott)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03b3d99c-4f07-438e-b59e-1a40a97f721e/?format=api"
        }
    ]
}