GET /api/bet_types/bd2bfe0d-4d15-4ece-9ebe-b75a67044d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd2bfe0d-4d15-4ece-9ebe-b75a67044d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7abe4f5-e098-40c2-bf0c-8f6cbfa2e333/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T08:57:02.197511-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b239eac9-62a6-456a-83cd-9a567b425e92",
            "gambit_id": "0b22399f-582f-437b-ab2d-375e1c1f4108",
            "last_updated": "2023-04-11T13:22:04.665733-04:00",
            "created_at": "2023-04-10T08:57:02.201067-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2bfe0d-4d15-4ece-9ebe-b75a67044d5e/?format=api"
        },
        {
            "id": "a25256bc-3dd8-4837-9f69-2c0221c5b4ae",
            "gambit_id": "94df57dc-c709-489f-a3ad-423edf67e3fe",
            "last_updated": "2023-04-11T13:22:04.668069-04:00",
            "created_at": "2023-04-10T08:57:02.203982-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2bfe0d-4d15-4ece-9ebe-b75a67044d5e/?format=api"
        }
    ]
}