GET /api/bet_types/65ce9adf-72a6-46bd-b752-01f3d86907d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65ce9adf-72a6-46bd-b752-01f3d86907d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a398a50-76d5-490f-9ee2-1205629354af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:07.898935-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": 6612.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3388.0
            }
        ],
        "expected_reward_tokens": 9520.28,
        "profit_sb": 20.28,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0dc7fd1-269d-488c-9936-49ae906d4879",
            "gambit_id": "468d5500-3aea-4deb-9d33-8bae072d775a",
            "last_updated": "2023-01-20T09:57:01.796551-05:00",
            "created_at": "2023-01-19T09:22:07.901360-05:00",
            "name": "Dallas Stars",
            "reward": "1.44000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ce9adf-72a6-46bd-b752-01f3d86907d0/?format=api"
        },
        {
            "id": "c67522b8-0f48-43ac-8ca4-6de15e42a1d4",
            "gambit_id": "f41cca8f-9cef-4f63-a8cd-600735b19dae",
            "last_updated": "2023-01-20T09:57:01.795338-05:00",
            "created_at": "2023-01-19T09:22:07.900091-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.81000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ce9adf-72a6-46bd-b752-01f3d86907d0/?format=api"
        }
    ]
}