GET /api/bet_types/f8c84fdc-6c27-4b55-aa05-6f9f1d6ecec8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8c84fdc-6c27-4b55-aa05-6f9f1d6ecec8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a985e0b-6a63-4b25-b2a7-b71b015f3851/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:16.251453-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "45ccf3a4-b8dc-48eb-aa21-709fbc95c753",
            "gambit_id": "d1c3edb4-8d98-4b50-934b-aeb527dbba7a",
            "last_updated": "2023-11-18T09:43:29.950523-05:00",
            "created_at": "2023-11-17T09:23:16.262012-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c84fdc-6c27-4b55-aa05-6f9f1d6ecec8/?format=api"
        },
        {
            "id": "227f8b5e-a3c3-47f0-9da3-f9575fe26ff6",
            "gambit_id": "1d211c6b-214c-468f-aedc-8216ce5348c4",
            "last_updated": "2023-11-18T09:43:29.947176-05:00",
            "created_at": "2023-11-17T09:23:16.256584-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c84fdc-6c27-4b55-aa05-6f9f1d6ecec8/?format=api"
        }
    ]
}