GET /api/bet_types/44327e61-236c-48fe-b8b2-8289c26cbd7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44327e61-236c-48fe-b8b2-8289c26cbd7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7408f6d-2014-4fc0-b1b2-7269720a56b2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T14:08:06.356839-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": "Total Rounds Under 3.5",
                "amount": 6402.0
            },
            {
                "team": "Total Rounds Over 3.5",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4c8162d-6517-4229-b052-cbb4d7bc7268",
            "gambit_id": "76b10b2c-b207-44da-85fb-07e24f2764dc",
            "last_updated": "2023-08-22T09:32:58.540021-04:00",
            "created_at": "2023-08-19T14:08:06.364710-04:00",
            "name": "Total Rounds Under 3.5",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44327e61-236c-48fe-b8b2-8289c26cbd7c/?format=api"
        },
        {
            "id": "0a3ccd62-db72-409a-81e3-45c17a433f4e",
            "gambit_id": "5951e5d7-061d-44d8-bd2a-31c8a3cc4894",
            "last_updated": "2023-08-22T09:32:58.536702-04:00",
            "created_at": "2023-08-19T14:08:06.360645-04:00",
            "name": "Total Rounds Over 3.5",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44327e61-236c-48fe-b8b2-8289c26cbd7c/?format=api"
        }
    ]
}