GET /api/bet_types/87536648-bdf2-4cb4-a61a-f6238772a01a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87536648-bdf2-4cb4-a61a-f6238772a01a",
    "match": "https://api-prod.gambitprofit.com/api/matches/48f1c809-5a66-4834-8856-de3cba5d63bb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:06.772325-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a8b34a0-91cd-47e9-abce-4e206e7f7d1d",
            "gambit_id": "26e58caa-98e7-4091-b3a0-f3bcc2e65b69",
            "last_updated": "2023-11-13T15:03:30.866811-05:00",
            "created_at": "2023-11-11T08:53:06.776397-05:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87536648-bdf2-4cb4-a61a-f6238772a01a/?format=api"
        },
        {
            "id": "86a4593f-d6e2-4889-b7b8-d18a9883647f",
            "gambit_id": "018cab32-7633-49a4-ac26-51e5373b9301",
            "last_updated": "2023-11-13T15:03:30.869939-05:00",
            "created_at": "2023-11-11T08:53:06.781486-05:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87536648-bdf2-4cb4-a61a-f6238772a01a/?format=api"
        }
    ]
}