GET /api/bet_types/a2b2bd11-7cad-4708-8cb9-f73a0d052f22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2b2bd11-7cad-4708-8cb9-f73a0d052f22",
    "match": "https://api-prod.gambitprofit.com/api/matches/399861d5-6e26-4a82-bf42-3c0a832dc280/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Stars",
                "amount": 6345.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "946821b4-6eba-427b-83a6-f9b30b5465d2",
            "gambit_id": "1517cff3-9b8a-49f2-86de-d314e49747e3",
            "last_updated": "2022-11-16T09:47:27.742632-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2b2bd11-7cad-4708-8cb9-f73a0d052f22/?format=api"
        },
        {
            "id": "fa1b4f49-ca37-4375-9115-236a10b1f104",
            "gambit_id": "ef01c570-455d-4e77-8f4e-6d69fd2f0d5c",
            "last_updated": "2022-11-16T09:47:27.741570-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2b2bd11-7cad-4708-8cb9-f73a0d052f22/?format=api"
        }
    ]
}