GET /api/bet_types/8f7e91d5-ba60-4c5e-8669-4a08fde3b2ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f7e91d5-ba60-4c5e-8669-4a08fde3b2ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/7be2c564-d26e-4cdf-8e41-46ab1fec5c22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:23.151245-04: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": "New York Rangers",
                "amount": 5213.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5201795-a6fb-4326-9411-920cfd6adc30",
            "gambit_id": "53ddffe6-488d-4bd2-ac80-981a5d878d70",
            "last_updated": "2023-04-06T21:36:59.562356-04:00",
            "created_at": "2023-04-05T09:22:23.154835-04:00",
            "name": "New York Rangers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7e91d5-ba60-4c5e-8669-4a08fde3b2ef/?format=api"
        },
        {
            "id": "84a228f4-4448-4f2c-a307-6a489fb08d17",
            "gambit_id": "2b0eedc2-7350-4efb-98c8-6d1b9e089702",
            "last_updated": "2023-04-06T21:36:59.564806-04:00",
            "created_at": "2023-04-05T09:22:23.158210-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7e91d5-ba60-4c5e-8669-4a08fde3b2ef/?format=api"
        }
    ]
}