GET /api/bet_types/2821e97e-9a9f-41a4-a404-d5fa3ec26c78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2821e97e-9a9f-41a4-a404-d5fa3ec26c78",
    "match": "https://api-prod.gambitprofit.com/api/matches/755b08c0-6dfe-4ab6-9ce8-6e70881bd4a9/?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": "Columbus Blue Jackets",
                "amount": 5208.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "c66d7022-363f-4306-97b1-a4c8cb49844a",
            "gambit_id": "6bc28f4c-17b9-4940-9394-b691522ac28e",
            "last_updated": "2022-11-05T09:47:57.590659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2821e97e-9a9f-41a4-a404-d5fa3ec26c78/?format=api"
        },
        {
            "id": "29a36e70-4057-4480-837a-34142b896ddc",
            "gambit_id": "33494b6a-4c54-472f-8362-eb40aff2a4cc",
            "last_updated": "2022-11-05T09:47:57.589644-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2821e97e-9a9f-41a4-a404-d5fa3ec26c78/?format=api"
        }
    ]
}