GET /api/bet_types/d5a86f57-61b1-4298-9c7b-aa54aa511fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5a86f57-61b1-4298-9c7b-aa54aa511fcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/474a0a4a-6861-42b9-89dc-7d896a7674c3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:38:11.638526-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 2.5",
                "amount": 5162.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4838.0
            }
        ],
        "expected_reward_tokens": 9239.98,
        "profit_sb": -260.02,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7aece27-ba1f-4eff-924a-b56b67e60071",
            "gambit_id": "7994134f-21f4-4f36-aeee-2b3f2d4613e8",
            "last_updated": "2023-10-02T10:53:21.124279-04:00",
            "created_at": "2023-09-29T09:38:11.649954-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a86f57-61b1-4298-9c7b-aa54aa511fcf/?format=api"
        },
        {
            "id": "f57be5f6-1297-41d8-adcc-9544d8ff451c",
            "gambit_id": "a9912baf-7be1-4613-a571-b2cd8f19cefd",
            "last_updated": "2023-10-02T10:53:21.120795-04:00",
            "created_at": "2023-09-29T09:38:11.643797-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a86f57-61b1-4298-9c7b-aa54aa511fcf/?format=api"
        }
    ]
}