GET /api/bet_types/bb028d11-0d6c-4882-b351-c7c6132e14ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb028d11-0d6c-4882-b351-c7c6132e14ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/817065ec-29a2-4d10-a5b5-d75ef29f4e6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-07T09:07:55.780329-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": "Sacramento Kings",
                "amount": 6232.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "555dca5e-a4bd-4ff6-8cae-d0e017f985ad",
            "gambit_id": "4dc53602-6eb8-493f-96ef-222d1ef90ee8",
            "last_updated": "2024-01-09T10:43:23.089466-05:00",
            "created_at": "2024-01-07T09:07:55.795038-05:00",
            "name": "Sacramento Kings",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb028d11-0d6c-4882-b351-c7c6132e14ec/?format=api"
        },
        {
            "id": "eb49ffd2-d7e7-41ba-abf8-4b9d37c91c7d",
            "gambit_id": "39f2d074-6f78-48c0-8ad0-3ca0d54fdc5d",
            "last_updated": "2024-01-09T10:43:23.086087-05:00",
            "created_at": "2024-01-07T09:07:55.787400-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb028d11-0d6c-4882-b351-c7c6132e14ec/?format=api"
        }
    ]
}