GET /api/bet_types/ef7d6f2e-30e3-4e68-a644-3d6e5e35a58b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef7d6f2e-30e3-4e68-a644-3d6e5e35a58b",
    "match": "https://api-prod.gambitprofit.com/api/matches/54b868d6-07e0-4da4-93e3-e0c606999d74/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-01T10:03:03.541724-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": "Los Angeles Clippers",
                "amount": 7351.0
            },
            {
                "team": "Miami Heat",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 9482.79,
        "profit_sb": -17.21,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d66f417-453a-42c9-bd65-2fc3f4d84168",
            "gambit_id": "daa8f6a0-302a-497e-8cf4-4eeb9f715ee2",
            "last_updated": "2024-01-03T10:48:14.190995-05:00",
            "created_at": "2024-01-01T10:03:03.549302-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef7d6f2e-30e3-4e68-a644-3d6e5e35a58b/?format=api"
        },
        {
            "id": "908a66dc-22d4-4ca9-bf43-3163595df33f",
            "gambit_id": "4f0f71cd-c167-4a48-81f3-b955ddfd443d",
            "last_updated": "2024-01-03T10:48:14.187581-05:00",
            "created_at": "2024-01-01T10:03:03.545481-05:00",
            "name": "Miami Heat",
            "reward": "3.58000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef7d6f2e-30e3-4e68-a644-3d6e5e35a58b/?format=api"
        }
    ]
}