GET /api/bet_types/b7eae816-14d5-4a8a-b8ad-16d145910a40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7eae816-14d5-4a8a-b8ad-16d145910a40",
    "match": "https://api-prod.gambitprofit.com/api/matches/0efebcb9-6b7e-4021-84bc-cfb3157b0326/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:16.172333-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9adccab-757b-44bb-bc01-1fcedee31366",
            "gambit_id": "ec3326af-8b91-4a61-8e9a-1a91ebca1062",
            "last_updated": "2023-12-19T20:58:15.844160-05:00",
            "created_at": "2023-12-18T09:53:16.175934-05:00",
            "name": "Game Total Over 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7eae816-14d5-4a8a-b8ad-16d145910a40/?format=api"
        },
        {
            "id": "9a093a12-d20a-4039-9d27-e9a61ef44bd8",
            "gambit_id": "23692fed-5310-4bc2-8c8f-205d27ab7756",
            "last_updated": "2023-12-19T20:58:15.848341-05:00",
            "created_at": "2023-12-18T09:53:16.179666-05:00",
            "name": "Game Total Under 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7eae816-14d5-4a8a-b8ad-16d145910a40/?format=api"
        }
    ]
}