GET /api/bet_types/864bec6b-8391-46fe-a90d-50f90895699a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "864bec6b-8391-46fe-a90d-50f90895699a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cafd7b8-2de9-46b6-b52a-2bd397ba9db7/?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": "MIA",
                "amount": 5906.0
            },
            {
                "team": "TEX",
                "amount": 4094.0
            }
        ],
        "expected_reward_tokens": 9211.5,
        "profit_sb": 211.5,
        "profit_sb_percentage": 2.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b9b6579-e4c2-4f31-96b8-0d7923441c87",
            "gambit_id": "48885128-3595-4293-857a-c60307f044ec",
            "last_updated": "2022-09-13T22:52:07.017642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/864bec6b-8391-46fe-a90d-50f90895699a/?format=api"
        },
        {
            "id": "1b087aae-ec73-4fc2-9ddf-ea186bfbb19a",
            "gambit_id": "11ea8e82-4f8f-4b0d-b5db-736ffe287044",
            "last_updated": "2022-09-13T22:52:07.018607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/864bec6b-8391-46fe-a90d-50f90895699a/?format=api"
        }
    ]
}