GET /api/bet_types/5ae1acbe-9b6d-406b-ab23-465cb739419b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ae1acbe-9b6d-406b-ab23-465cb739419b",
    "match": "https://api-prod.gambitprofit.com/api/matches/316c1eba-5ac0-435b-99eb-adbd90f53277/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-18T08:53:09.319681-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cb85f07-e7eb-44f3-8ff7-06815dffdbc2",
            "gambit_id": "e03e69f8-310f-4ad1-b123-7d0d925e93c5",
            "last_updated": "2023-07-20T09:53:25.869601-04:00",
            "created_at": "2023-07-18T08:53:09.323830-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ae1acbe-9b6d-406b-ab23-465cb739419b/?format=api"
        },
        {
            "id": "d537bde8-7c12-4067-a7f2-aba4473e5d30",
            "gambit_id": "a2b01eb2-8ab4-448c-b413-8333bf660395",
            "last_updated": "2023-07-20T09:53:25.868101-04:00",
            "created_at": "2023-07-18T08:53:09.321506-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ae1acbe-9b6d-406b-ab23-465cb739419b/?format=api"
        }
    ]
}