GET /api/bet_types/89707d80-5372-40ad-88df-a539480f2cb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89707d80-5372-40ad-88df-a539480f2cb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/533e739a-7b19-48df-81dd-8117041bbc05/?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": "Vegas Golden Knights",
                "amount": 6389.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab950cec-d302-433f-bfc6-7719562c0670",
            "gambit_id": "733544de-940a-4f2d-bbdb-67f33567a216",
            "last_updated": "2022-12-14T10:17:16.820404-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89707d80-5372-40ad-88df-a539480f2cb3/?format=api"
        },
        {
            "id": "1ab34b16-2630-4137-883c-c2c3db9a35a6",
            "gambit_id": "9c53e991-afd9-4c85-a89c-4aeeb8ce4e77",
            "last_updated": "2022-12-14T10:17:16.819303-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89707d80-5372-40ad-88df-a539480f2cb3/?format=api"
        }
    ]
}