GET /api/bet_types/a118ff5a-1a6c-43a6-b0f8-7b89edec62dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a118ff5a-1a6c-43a6-b0f8-7b89edec62dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6689b90-b8d3-40ff-8c2d-8227e358d7ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:59.942414-04: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": "New Jersey Devils",
                "amount": 6603.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "957691ab-dec3-419c-b152-01b003291be2",
            "gambit_id": "b7e08a88-9365-4413-a52b-a9c6f38ab497",
            "last_updated": "2023-04-09T12:27:10.110646-04:00",
            "created_at": "2023-04-08T09:01:59.947703-04:00",
            "name": "New Jersey Devils",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a118ff5a-1a6c-43a6-b0f8-7b89edec62dc/?format=api"
        },
        {
            "id": "f09ae6be-2730-4c0e-a2a5-b63eb8fef021",
            "gambit_id": "16181f10-f0a3-4816-af83-a7f58e7e5ffb",
            "last_updated": "2023-04-09T12:27:10.107115-04:00",
            "created_at": "2023-04-08T09:01:59.944938-04:00",
            "name": "Boston Bruins",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a118ff5a-1a6c-43a6-b0f8-7b89edec62dc/?format=api"
        }
    ]
}