GET /api/bet_types/544b81b1-ca01-4a37-8111-5b4388e8c8aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "544b81b1-ca01-4a37-8111-5b4388e8c8aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/99203cbd-4812-42d9-8522-0c0bd7c10598/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:12.829386-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e31a4d2-0091-420c-841f-0db0b58628a2",
            "gambit_id": "824d9739-c8d6-4678-bbc7-894153110a42",
            "last_updated": "2023-04-16T18:02:17.156256-04:00",
            "created_at": "2023-04-15T12:27:12.832278-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/544b81b1-ca01-4a37-8111-5b4388e8c8aa/?format=api"
        },
        {
            "id": "c1243971-5d89-4ef1-a89c-64aab42a3d82",
            "gambit_id": "bc03d654-ce16-45f7-b852-dbe60da9a08c",
            "last_updated": "2023-04-16T18:02:17.153985-04:00",
            "created_at": "2023-04-15T12:27:12.830865-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/544b81b1-ca01-4a37-8111-5b4388e8c8aa/?format=api"
        }
    ]
}