GET /api/bet_types/cdb09ef7-cd40-494a-806a-cf10296d8f05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdb09ef7-cd40-494a-806a-cf10296d8f05",
    "match": "https://api-prod.gambitprofit.com/api/matches/236f9a83-ac3a-456e-8972-06fc089cc9ff/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:14.649909-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 67",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 67",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e0a95e7-1abd-4db3-8b18-2b2a5076f9c7",
            "gambit_id": "50dfba34-43eb-45a1-a6df-03385af99d98",
            "last_updated": "2022-12-28T21:52:16.155993-05:00",
            "created_at": "2022-12-27T08:57:14.652355-05:00",
            "name": "Game Total Over 67",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb09ef7-cd40-494a-806a-cf10296d8f05/?format=api"
        },
        {
            "id": "a38d4683-4266-4f01-8956-063f009e8cb6",
            "gambit_id": "e5632a3b-ac4a-47dd-a618-d3160c3a6389",
            "last_updated": "2022-12-28T21:52:16.154892-05:00",
            "created_at": "2022-12-27T08:57:14.651085-05:00",
            "name": "Game Total Under 67",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb09ef7-cd40-494a-806a-cf10296d8f05/?format=api"
        }
    ]
}