GET /api/bet_types/f3c8a677-6cc1-434f-a6ce-1ea9e0046b9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3c8a677-6cc1-434f-a6ce-1ea9e0046b9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eee6e35-0929-4ac1-a202-128267433582/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:20.801895-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 Over 2.5",
                "amount": 5615.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9208.5,
        "profit_sb": -291.5,
        "profit_sb_percentage": -3.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f7fc808-96c5-4bc2-96e5-2304b3fcf884",
            "gambit_id": "dc4b5db4-4016-4727-a4aa-c25f39b798eb",
            "last_updated": "2023-03-20T11:47:03.610442-04:00",
            "created_at": "2023-03-16T17:37:20.804946-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3c8a677-6cc1-434f-a6ce-1ea9e0046b9a/?format=api"
        },
        {
            "id": "c4a89b1d-b4d1-4b77-bed9-69b98c194122",
            "gambit_id": "468d000b-4531-4780-994d-13edd5e49f59",
            "last_updated": "2023-03-20T11:47:03.608115-04:00",
            "created_at": "2023-03-16T17:37:20.803407-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3c8a677-6cc1-434f-a6ce-1ea9e0046b9a/?format=api"
        }
    ]
}