GET /api/bet_types/3ff4e233-f124-46b1-b67f-f25154abe665/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ff4e233-f124-46b1-b67f-f25154abe665",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3560dc0-1860-4c62-90e6-a25a85fc408e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:47.485098-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6027a08-44de-4af3-9229-498a6517c13a",
            "gambit_id": "342dc660-b371-423a-b480-7e57ed77ff88",
            "last_updated": "2023-04-01T10:27:14.909812-04:00",
            "created_at": "2023-03-31T09:56:47.487110-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff4e233-f124-46b1-b67f-f25154abe665/?format=api"
        },
        {
            "id": "172a15f5-d9b8-4dbc-98a4-06c8f2fab5fe",
            "gambit_id": "deebd8be-95d7-44c3-83f7-0e7acd29d0ef",
            "last_updated": "2023-04-01T10:27:14.911508-04:00",
            "created_at": "2023-03-31T09:56:47.489228-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff4e233-f124-46b1-b67f-f25154abe665/?format=api"
        }
    ]
}