GET /api/bet_types/f11e7b22-b8ae-4cc4-9599-3c6b2b243183/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f11e7b22-b8ae-4cc4-9599-3c6b2b243183",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c798120-7f16-4032-8935-e9d01985e49c/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 7.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "49c737a4-6603-4a5a-a54a-4331f57c67ba",
            "gambit_id": "2f46cf47-1391-4bf4-a4c1-ea74c360dd87",
            "last_updated": "2022-09-26T10:22:07.902942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11e7b22-b8ae-4cc4-9599-3c6b2b243183/?format=api"
        },
        {
            "id": "008748b6-c922-45f4-b230-303b1461bda0",
            "gambit_id": "c5a416bc-4352-49a9-8d69-257102c57299",
            "last_updated": "2022-09-26T10:22:07.901744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11e7b22-b8ae-4cc4-9599-3c6b2b243183/?format=api"
        }
    ]
}