GET /api/bet_types/7957a93d-4856-43f2-82a9-3b858355e481/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7957a93d-4856-43f2-82a9-3b858355e481",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fd4d927-b886-4325-ad35-75ffafab7b36/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:11.331087-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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "04b207e8-0052-469e-8384-19362b468beb",
            "gambit_id": "e251178d-0314-42c6-b079-1145b076df5c",
            "last_updated": "2023-12-19T09:48:14.260134-05:00",
            "created_at": "2023-12-15T09:13:11.350390-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7957a93d-4856-43f2-82a9-3b858355e481/?format=api"
        },
        {
            "id": "f2173aa1-0601-418d-ba3a-5a3f46040e2f",
            "gambit_id": "8b74ca27-2f30-4855-b4b0-4a1eb8e4a1bb",
            "last_updated": "2023-12-19T09:48:14.267896-05:00",
            "created_at": "2023-12-15T09:13:11.356075-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7957a93d-4856-43f2-82a9-3b858355e481/?format=api"
        }
    ]
}