GET /api/bet_types/5df861eb-4e06-489f-9b5b-b06fcb7a2eb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5df861eb-4e06-489f-9b5b-b06fcb7a2eb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc19f9ef-3c66-4578-99aa-5f9d1f8b495a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:15.684479-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": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dfe7493-55a9-456d-9c05-0e263e054954",
            "gambit_id": "d8615cbf-735f-4708-901b-92f449dbbd7c",
            "last_updated": "2023-12-19T21:08:17.925033-05:00",
            "created_at": "2023-12-18T09:53:15.692380-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df861eb-4e06-489f-9b5b-b06fcb7a2eb9/?format=api"
        },
        {
            "id": "2df63484-bcb0-4002-81b9-ac92fd5417bd",
            "gambit_id": "56a69568-a119-4df0-af9b-6ac3fdef5a03",
            "last_updated": "2023-12-19T21:08:17.921741-05:00",
            "created_at": "2023-12-18T09:53:15.688248-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df861eb-4e06-489f-9b5b-b06fcb7a2eb9/?format=api"
        }
    ]
}