GET /api/bet_types/b206d913-07d6-4e17-96ab-5d8340ae93f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b206d913-07d6-4e17-96ab-5d8340ae93f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/484d652e-5dcc-4d68-9d1b-8237a9f6a2c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:38:25.454382-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6ad1906-18b2-4cdd-ad13-dd7642153dd7",
            "gambit_id": "caff2287-67ca-49f8-94f2-41f93e6ec560",
            "last_updated": "2023-07-08T09:42:56.519295-04:00",
            "created_at": "2023-07-05T08:38:25.455814-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b206d913-07d6-4e17-96ab-5d8340ae93f7/?format=api"
        },
        {
            "id": "61c99d23-23b2-4707-a250-d996ecbe8637",
            "gambit_id": "69356ebc-ae63-4313-80c7-b3072081d20b",
            "last_updated": "2023-07-08T09:42:56.521606-04:00",
            "created_at": "2023-07-05T08:38:25.457201-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b206d913-07d6-4e17-96ab-5d8340ae93f7/?format=api"
        }
    ]
}