GET /api/bet_types/357c1629-50c3-4af9-884a-a0743c574463/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "357c1629-50c3-4af9-884a-a0743c574463",
    "match": "https://api-prod.gambitprofit.com/api/matches/a418686b-c2ee-4b1b-b6df-327c15d128ac/?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": 5945.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "885e898e-feb4-45f0-a068-f0acbf8e3f67",
            "gambit_id": "ac2ae1fb-8f5d-4a4a-b662-91293c7e313e",
            "last_updated": "2022-10-21T20:57:28.823620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/357c1629-50c3-4af9-884a-a0743c574463/?format=api"
        },
        {
            "id": "684cac0a-4f6e-4aec-9722-91c5386e31ee",
            "gambit_id": "b9bfba2e-0993-4a43-8b92-493a673ea015",
            "last_updated": "2022-10-21T20:57:28.824738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/357c1629-50c3-4af9-884a-a0743c574463/?format=api"
        }
    ]
}