GET /api/bet_types/e6030a76-13f5-45a0-b0e7-83b73b32ecb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6030a76-13f5-45a0-b0e7-83b73b32ecb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/72ae97a8-8923-4377-90df-92f8528e051a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:15.252778-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": "Winnipeg Jets",
                "amount": 5773.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3cfbfac-10eb-40a1-ba05-213445ff60e3",
            "gambit_id": "7d27caea-1990-470a-9110-0ea89ced6177",
            "last_updated": "2024-01-15T09:48:14.889300-05:00",
            "created_at": "2024-01-11T09:38:15.274680-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6030a76-13f5-45a0-b0e7-83b73b32ecb8/?format=api"
        },
        {
            "id": "04950397-f312-4a36-a1eb-ce3526cd3257",
            "gambit_id": "7be6361f-7a62-490c-8dcf-31c10489674b",
            "last_updated": "2024-01-15T09:48:14.885843-05:00",
            "created_at": "2024-01-11T09:38:15.270473-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6030a76-13f5-45a0-b0e7-83b73b32ecb8/?format=api"
        }
    ]
}