GET /api/bet_types/eb7971b8-f062-4d6c-a3a7-f235a09f9553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb7971b8-f062-4d6c-a3a7-f235a09f9553",
    "match": "https://api-prod.gambitprofit.com/api/matches/0be763ee-aeca-4900-bebf-96867da5034c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:14.165613-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": "Minnesota Wild",
                "amount": 6773.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3227.0
            }
        ],
        "expected_reward_tokens": 9549.93,
        "profit_sb": 49.93,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "52480ef9-bac6-4a75-b703-bec6e7054e6a",
            "gambit_id": "05ca2905-c79a-4528-af6e-81b0f5ccb83b",
            "last_updated": "2023-01-23T10:21:53.858118-05:00",
            "created_at": "2023-01-21T10:22:14.168221-05:00",
            "name": "Minnesota Wild",
            "reward": "1.41000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb7971b8-f062-4d6c-a3a7-f235a09f9553/?format=api"
        },
        {
            "id": "15c4cf0d-20b4-4c99-a73b-100da2ac84b9",
            "gambit_id": "1d990396-b662-452e-b929-5675a10e19b9",
            "last_updated": "2023-01-23T10:21:53.856878-05:00",
            "created_at": "2023-01-21T10:22:14.166921-05:00",
            "name": "Florida Panthers",
            "reward": "2.96000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb7971b8-f062-4d6c-a3a7-f235a09f9553/?format=api"
        }
    ]
}