GET /api/bet_types/8220a6a3-58bc-4cd8-92b1-3b94d1f9b52d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8220a6a3-58bc-4cd8-92b1-3b94d1f9b52d",
    "match": "https://api-prod.gambitprofit.com/api/matches/214a94d0-a9ae-46e2-8a4a-0fb46f13cbbd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T14:02:01.156742-04: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": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "94ba9559-52eb-4527-937d-cc171ce97888",
            "gambit_id": "f969bc9e-aeea-4ee8-bb6e-6fc24ed3f694",
            "last_updated": "2023-03-15T14:02:06.608710-04:00",
            "created_at": "2023-03-14T14:02:01.158628-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8220a6a3-58bc-4cd8-92b1-3b94d1f9b52d/?format=api"
        },
        {
            "id": "bd211638-8fb6-4aa7-b227-4c1db3b697c5",
            "gambit_id": "9e99ff4f-b449-4a46-803d-cd45e8677cf5",
            "last_updated": "2023-03-15T14:02:06.609967-04:00",
            "created_at": "2023-03-14T14:02:01.160497-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8220a6a3-58bc-4cd8-92b1-3b94d1f9b52d/?format=api"
        }
    ]
}