GET /api/bet_types/d5719871-e956-4e79-9dee-ffa2f3a8ceb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5719871-e956-4e79-9dee-ffa2f3a8ceb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d41a2f0-f3e9-404d-9ee4-e70b437dfc12/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:16.757903-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": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c22a0bcb-8f9a-45cd-b371-693fd61ee987",
            "gambit_id": "3b022f46-db1a-40d0-b01d-3a91d3f44583",
            "last_updated": "2023-06-01T10:12:10.382196-04:00",
            "created_at": "2023-05-31T11:47:16.759849-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5719871-e956-4e79-9dee-ffa2f3a8ceb7/?format=api"
        },
        {
            "id": "9735fc6b-8038-4a3c-a6a0-653643c8838e",
            "gambit_id": "6cf2bf15-252e-4509-b3ff-a77057eb4138",
            "last_updated": "2023-06-01T10:12:10.385133-04:00",
            "created_at": "2023-05-31T11:47:16.762982-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5719871-e956-4e79-9dee-ffa2f3a8ceb7/?format=api"
        }
    ]
}