GET /api/bet_types/321f2f2b-4e44-4408-a2d4-1a1e43381d6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "321f2f2b-4e44-4408-a2d4-1a1e43381d6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d11700b-9fa4-4695-8073-998b12216a13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-03T08:48:01.553776-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": "Milwaukee Bucks",
                "amount": 6010.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca7d6775-5dc8-44b2-8dd8-d0ec44b61148",
            "gambit_id": "225d2eff-9f24-48b1-8b2c-912006f5f687",
            "last_updated": "2024-02-05T14:18:24.869857-05:00",
            "created_at": "2024-02-03T08:48:01.560140-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f2f2b-4e44-4408-a2d4-1a1e43381d6d/?format=api"
        },
        {
            "id": "6dcfb501-ce4b-4c20-b6e7-20a7860bae33",
            "gambit_id": "ae609e2e-989f-4a6d-9614-2f7d33f52271",
            "last_updated": "2024-02-05T14:18:24.873248-05:00",
            "created_at": "2024-02-03T08:48:01.568324-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f2f2b-4e44-4408-a2d4-1a1e43381d6d/?format=api"
        }
    ]
}