GET /api/bet_types/d33c8cfc-7f46-4c02-94b2-07c08c24bedf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d33c8cfc-7f46-4c02-94b2-07c08c24bedf",
    "match": "https://api-prod.gambitprofit.com/api/matches/77e61b9c-7908-4c29-b0e8-660825c47a0b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-16T09:21:55.201584-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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e5fe30f-2751-427a-b08b-3f96acb916b3",
            "gambit_id": "5792e1d2-887e-4fc3-be68-63b70481f5d6",
            "last_updated": "2023-02-17T09:26:49.627924-05:00",
            "created_at": "2023-02-16T09:21:55.204221-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d33c8cfc-7f46-4c02-94b2-07c08c24bedf/?format=api"
        },
        {
            "id": "b2c9eed6-ca8a-47ac-9733-467227a0c6af",
            "gambit_id": "3a925a37-8bd4-4070-9252-78cf9ebb6504",
            "last_updated": "2023-02-17T09:26:49.626580-05:00",
            "created_at": "2023-02-16T09:21:55.202893-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d33c8cfc-7f46-4c02-94b2-07c08c24bedf/?format=api"
        }
    ]
}