GET /api/bet_types/b739b7b1-6e8d-443c-9f63-522270003b52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b739b7b1-6e8d-443c-9f63-522270003b52",
    "match": "https://api-prod.gambitprofit.com/api/matches/c022fa0d-4a35-4421-af86-49c009f5938b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:58:13.031744-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bf2cb07-85d6-4971-9809-318411c97153",
            "gambit_id": "deb8cb79-388d-4089-b8ad-a6bd5277be1c",
            "last_updated": "2023-09-18T13:23:24.269053-04:00",
            "created_at": "2023-09-14T09:58:13.039148-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b739b7b1-6e8d-443c-9f63-522270003b52/?format=api"
        },
        {
            "id": "30eff2e3-0b47-4555-83c5-318e68281b9a",
            "gambit_id": "275a523f-d45a-4c5c-90ce-7b6b1bca0bab",
            "last_updated": "2023-09-18T13:23:24.266013-04:00",
            "created_at": "2023-09-14T09:58:13.034979-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b739b7b1-6e8d-443c-9f63-522270003b52/?format=api"
        }
    ]
}