GET /api/bet_types/d9672a89-cd85-4cd2-a29a-fc2142acd608/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9672a89-cd85-4cd2-a29a-fc2142acd608",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de9bd84-fb2c-4f16-8717-644d62a844f0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T11:23:16.601708-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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "51741407-085b-475b-b2d7-2465cec695c0",
            "gambit_id": "7baf868b-1bd1-4fce-9677-cfc03c0cfd24",
            "last_updated": "2023-11-04T10:38:17.266616-04:00",
            "created_at": "2023-11-03T11:23:16.614465-04:00",
            "name": "Game Total Over 225",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9672a89-cd85-4cd2-a29a-fc2142acd608/?format=api"
        },
        {
            "id": "e55830de-a8dc-44ca-9361-ed39a3ceeb82",
            "gambit_id": "0d98bd19-7f11-4181-94c2-36003b9ce4c0",
            "last_updated": "2023-11-04T10:38:17.270026-04:00",
            "created_at": "2023-11-03T11:23:16.618200-04:00",
            "name": "Game Total Under 225",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9672a89-cd85-4cd2-a29a-fc2142acd608/?format=api"
        }
    ]
}