GET /api/bet_types/0772e824-c0cc-45cc-9b31-5a2597aaae00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0772e824-c0cc-45cc-9b31-5a2597aaae00",
    "match": "https://api-prod.gambitprofit.com/api/matches/0765e148-e85c-4fbc-8509-985549891b94/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:12.451995-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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "11cf7b2b-901b-4f3d-97a1-35b3ff827a23",
            "gambit_id": "a8b7efcd-e19b-4701-a1bf-64e2a60f3044",
            "last_updated": "2024-01-26T20:48:21.790263-05:00",
            "created_at": "2024-01-25T13:28:12.462463-05:00",
            "name": "Game Total Under 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0772e824-c0cc-45cc-9b31-5a2597aaae00/?format=api"
        },
        {
            "id": "002a5b04-7386-400f-97f3-529317eeb77d",
            "gambit_id": "eb8583a0-43ed-4f87-9eed-0d7b3c79a125",
            "last_updated": "2024-01-26T20:48:21.793599-05:00",
            "created_at": "2024-01-25T13:28:12.457240-05:00",
            "name": "Game Total Over 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0772e824-c0cc-45cc-9b31-5a2597aaae00/?format=api"
        }
    ]
}