GET /api/bet_types/a93d5bff-934a-482b-b35d-acf1a091a9d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a93d5bff-934a-482b-b35d-acf1a091a9d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddbaeeb8-5539-4f14-bf22-16b10f302c73/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-22T08:23:12.641879-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "62d72328-7dba-4769-9efb-1eaf89978985",
            "gambit_id": "18fa0611-8c45-46a6-84b7-f95e4b2b91bb",
            "last_updated": "2023-08-23T10:58:23.763905-04:00",
            "created_at": "2023-08-22T08:23:12.646036-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a93d5bff-934a-482b-b35d-acf1a091a9d7/?format=api"
        },
        {
            "id": "cb99b1f4-e5ec-4b09-a242-d6398764133f",
            "gambit_id": "976c078f-a633-4601-bf60-4b4f733798d1",
            "last_updated": "2023-08-23T10:58:23.767329-04:00",
            "created_at": "2023-08-22T08:23:12.650331-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a93d5bff-934a-482b-b35d-acf1a091a9d7/?format=api"
        }
    ]
}