GET /api/bet_types/91c51157-a465-414c-a308-a8cf0dc8bd75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91c51157-a465-414c-a308-a8cf0dc8bd75",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ec5ef8f-1d34-4a8c-a1b0-6a1c1794972a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-13T17:16:58.719854-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": "Game Total Under 133",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 133",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b153ed0-4ff9-44db-8261-e33942dc5eb2",
            "gambit_id": "49ccc847-04e0-40b8-a51b-7cb126f3dbc3",
            "last_updated": "2023-03-15T09:51:55.499984-04:00",
            "created_at": "2023-03-13T17:16:58.721403-04:00",
            "name": "Game Total Under 133",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "133.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91c51157-a465-414c-a308-a8cf0dc8bd75/?format=api"
        },
        {
            "id": "1dac50f1-2f9a-49e5-856a-4bacdf75c334",
            "gambit_id": "1660ba45-1ee9-40a9-a384-1b8ff3667b00",
            "last_updated": "2023-03-15T09:51:55.501680-04:00",
            "created_at": "2023-03-13T17:16:58.722890-04:00",
            "name": "Game Total Over 133",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "133.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91c51157-a465-414c-a308-a8cf0dc8bd75/?format=api"
        }
    ]
}