GET /api/bet_types/d7be8900-9b96-4ffd-8dd3-6651a7a49a22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7be8900-9b96-4ffd-8dd3-6651a7a49a22",
    "match": "https://api-prod.gambitprofit.com/api/matches/423eca69-d00d-4e2c-ac41-5682fd53cc0f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-28T09:08:09.782123-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "0cc30d61-84ba-480b-8711-3ecc8f12c584",
            "gambit_id": "d522cc62-ef36-4f46-a24a-af5aa512556d",
            "last_updated": "2023-10-30T13:28:22.507404-04:00",
            "created_at": "2023-10-28T09:08:09.790563-04:00",
            "name": "Game Total Under 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7be8900-9b96-4ffd-8dd3-6651a7a49a22/?format=api"
        },
        {
            "id": "ec9c6a70-6ac4-4c33-99d1-1caff9a517cf",
            "gambit_id": "88665916-258e-4f8e-a80c-87acc5a5824a",
            "last_updated": "2023-10-30T13:28:22.503821-04:00",
            "created_at": "2023-10-28T09:08:09.786042-04:00",
            "name": "Game Total Over 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7be8900-9b96-4ffd-8dd3-6651a7a49a22/?format=api"
        }
    ]
}