GET /api/bet_types/7c3aefd2-fa68-42bb-8755-6309f19c28d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c3aefd2-fa68-42bb-8755-6309f19c28d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/db4d3524-61b0-4f42-a12b-199a6578fd94/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:18.263975-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 2.5",
                "amount": 6528.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3472.0
            }
        ],
        "expected_reward_tokens": 9269.76,
        "profit_sb": -230.24,
        "profit_sb_percentage": -2.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "4afd9b84-95bd-4a65-84e8-3ccc315da586",
            "gambit_id": "37248fe8-21bd-4b32-9d07-df2814a0f24d",
            "last_updated": "2024-02-01T10:58:02.183045-05:00",
            "created_at": "2024-01-31T09:58:18.267897-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.42000",
            "odds": "1.44000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3aefd2-fa68-42bb-8755-6309f19c28d8/?format=api"
        },
        {
            "id": "8ad24bae-6129-403e-aaee-ed25aea77d6d",
            "gambit_id": "efaadb7b-67c4-4bb0-8a7c-228393b0aa60",
            "last_updated": "2024-02-01T10:58:02.188335-05:00",
            "created_at": "2024-01-31T09:58:18.273673-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3aefd2-fa68-42bb-8755-6309f19c28d8/?format=api"
        }
    ]
}