GET /api/bet_types/30739b82-efb6-4daf-81fd-fcc1245929f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30739b82-efb6-4daf-81fd-fcc1245929f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e67cbf8c-f7e3-4121-8fa6-f3fb20537d4b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-22T08:43:05.996977-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd36c1dc-923d-4908-9fa1-a8d1ce23e7ac",
            "gambit_id": "e2f7d1dc-e63d-4a4d-8451-336c30cb164d",
            "last_updated": "2024-01-23T20:13:14.598381-05:00",
            "created_at": "2024-01-22T08:43:06.010916-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30739b82-efb6-4daf-81fd-fcc1245929f2/?format=api"
        },
        {
            "id": "cc79bbea-5f62-48d9-b561-d5fc79a0a4c0",
            "gambit_id": "9426077f-f0a6-46ab-b3b4-8939c2231d0e",
            "last_updated": "2024-01-23T20:13:14.601923-05:00",
            "created_at": "2024-01-22T08:43:06.017669-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30739b82-efb6-4daf-81fd-fcc1245929f2/?format=api"
        }
    ]
}