GET /api/bet_types/877d8428-a337-4b34-a823-668ec9454254/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "877d8428-a337-4b34-a823-668ec9454254",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c8d24de-df5d-409a-9de0-635813965113/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-05T08:52:55.498963-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 Under 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "cee14cf3-4f4e-4d82-afb7-eca2820fcb09",
            "gambit_id": "cd785f55-e9e0-4fbc-9f8d-9c9d4a9c1a69",
            "last_updated": "2023-12-06T09:43:12.868759-05:00",
            "created_at": "2023-12-05T08:52:55.509561-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877d8428-a337-4b34-a823-668ec9454254/?format=api"
        },
        {
            "id": "a874d60d-e0d9-49de-a546-259b0444d3bc",
            "gambit_id": "b9602dee-75dc-4ecd-81ce-6fe2fb07c489",
            "last_updated": "2023-12-06T09:43:12.865107-05:00",
            "created_at": "2023-12-05T08:52:55.503606-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877d8428-a337-4b34-a823-668ec9454254/?format=api"
        }
    ]
}