GET /api/bet_types/c89f9668-baaf-4b1b-aec3-11436018453f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c89f9668-baaf-4b1b-aec3-11436018453f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b29a8194-2341-4ef3-b871-feb559717870/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:32:08.744015-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "59b0db38-38ae-47b5-a061-5faa2865c274",
            "gambit_id": "bac07bbf-6db0-4cd6-a9c0-452d728bbf79",
            "last_updated": "2023-04-22T13:07:11.417838-04:00",
            "created_at": "2023-04-21T12:32:08.745541-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c89f9668-baaf-4b1b-aec3-11436018453f/?format=api"
        },
        {
            "id": "7043f02e-9c00-4e4e-a37c-c16c04e16fb1",
            "gambit_id": "e6b5c7c9-fe40-42c7-8965-4a72df3a2543",
            "last_updated": "2023-04-22T13:07:11.420590-04:00",
            "created_at": "2023-04-21T12:32:08.747004-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c89f9668-baaf-4b1b-aec3-11436018453f/?format=api"
        }
    ]
}