GET /api/bet_types/36f24002-885b-45bf-a94f-2e4c66cff032/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36f24002-885b-45bf-a94f-2e4c66cff032",
    "match": "https://api-prod.gambitprofit.com/api/matches/6de3ae7a-5fc5-4180-b774-badb17d890d9/?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": "Buffalo Sabres",
                "amount": 6482.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "af894190-3cef-4ee0-8a91-eb2b06d96731",
            "gambit_id": "c65eafd5-ec1e-4c17-8422-ba58c7ffa360",
            "last_updated": "2022-12-01T16:22:24.410105-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f24002-885b-45bf-a94f-2e4c66cff032/?format=api"
        },
        {
            "id": "58559550-e864-45e4-810b-eedd209c2fab",
            "gambit_id": "d6bdff67-da0d-46a3-84f0-1e89b91662c0",
            "last_updated": "2022-12-01T16:22:24.408923-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f24002-885b-45bf-a94f-2e4c66cff032/?format=api"
        }
    ]
}