GET /api/bet_types/ed50b880-9faf-4818-9132-99d397dfd483/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed50b880-9faf-4818-9132-99d397dfd483",
    "match": "https://api-prod.gambitprofit.com/api/matches/5275ac41-4287-4b49-a0d9-b4757c6b2ae9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:01.266857-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b05c93b1-20f5-4af8-a16f-8a9662003ad2",
            "gambit_id": "391795f5-9c6f-49d8-ae4f-4f1addcf3ee5",
            "last_updated": "2023-04-19T13:52:28.707069-04:00",
            "created_at": "2023-04-18T12:12:01.268859-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed50b880-9faf-4818-9132-99d397dfd483/?format=api"
        },
        {
            "id": "d92fa519-cc15-472b-862f-f027e4252433",
            "gambit_id": "5b7fabdf-56a6-4c87-b4c0-689bfe83ff6c",
            "last_updated": "2023-04-19T13:52:28.709300-04:00",
            "created_at": "2023-04-18T12:12:01.271003-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed50b880-9faf-4818-9132-99d397dfd483/?format=api"
        }
    ]
}