GET /api/bet_types/2a0ef13c-989f-442e-84ee-5c76181da7c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a0ef13c-989f-442e-84ee-5c76181da7c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e22bdff9-c44f-47fb-81ad-99d41a300dfd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T08:33:33.789878-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": "Dallas Mavericks",
                "amount": 5214.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f48c3d8-5feb-4f56-8e58-7ab6511bbea7",
            "gambit_id": "199906e3-8402-4c8c-90d4-4d52f2e61a68",
            "last_updated": "2023-11-12T11:18:23.083631-05:00",
            "created_at": "2023-11-10T08:33:33.798432-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a0ef13c-989f-442e-84ee-5c76181da7c0/?format=api"
        },
        {
            "id": "50b9d85f-bde5-4205-8a46-8b380ca9811f",
            "gambit_id": "bf3bd60a-56f3-4a04-896e-2e7b772fa2d8",
            "last_updated": "2023-11-12T11:18:23.080102-05:00",
            "created_at": "2023-11-10T08:33:33.793954-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a0ef13c-989f-442e-84ee-5c76181da7c0/?format=api"
        }
    ]
}