GET /api/bet_types/6f047e6d-7e00-4808-b09b-17bc41d1b9b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f047e6d-7e00-4808-b09b-17bc41d1b9b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d21950e-9a26-492c-9bcd-2cea7b9a0bc4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T08:58:06.982205-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": "Boston Celtics",
                "amount": 7393.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2607.0
            }
        ],
        "expected_reward_tokens": 9463.04,
        "profit_sb": -36.96,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "85c4f357-ab78-4201-a4cb-3792e56e5101",
            "gambit_id": "21553f68-a470-4c32-8668-7e6b5c8d1ae3",
            "last_updated": "2024-01-31T21:53:06.537373-05:00",
            "created_at": "2024-01-30T08:58:06.991803-05:00",
            "name": "Boston Celtics",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f047e6d-7e00-4808-b09b-17bc41d1b9b7/?format=api"
        },
        {
            "id": "241056a1-7dc3-4c4f-995d-9bf940b35c00",
            "gambit_id": "b29cd4ac-6750-40d4-9aef-9e04a99d20b6",
            "last_updated": "2024-01-31T21:53:06.533902-05:00",
            "created_at": "2024-01-30T08:58:06.986192-05:00",
            "name": "Indiana Pacers",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f047e6d-7e00-4808-b09b-17bc41d1b9b7/?format=api"
        }
    ]
}