GET /api/bet_types/07849872-13af-47d5-93ae-3f06bf960de5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07849872-13af-47d5-93ae-3f06bf960de5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c81612d-65b3-4f05-a9b6-24b9760d76cb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:18.822515-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": "Chicago Blackhawks",
                "amount": 6812.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf05e87d-810a-4564-ba34-c4a17c2aabeb",
            "gambit_id": "300e8ee6-3f1f-4486-93a5-43a5fe3de098",
            "last_updated": "2023-12-08T21:13:05.605828-05:00",
            "created_at": "2023-12-07T09:48:18.831458-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07849872-13af-47d5-93ae-3f06bf960de5/?format=api"
        },
        {
            "id": "1cdceb5b-44f9-4ac9-9e93-04a398f2c2dc",
            "gambit_id": "d9faf234-f3c8-453c-a3fc-dccfb95cecf2",
            "last_updated": "2023-12-08T21:13:05.602539-05:00",
            "created_at": "2023-12-07T09:48:18.826964-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07849872-13af-47d5-93ae-3f06bf960de5/?format=api"
        }
    ]
}