GET /api/bet_types/b1d52b9f-220d-4db2-9653-6cd923d2daea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1d52b9f-220d-4db2-9653-6cd923d2daea",
    "match": "https://api-prod.gambitprofit.com/api/matches/53b63786-013f-457e-b19e-ddeac23ddec3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-15T09:23:04.919292-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a05260c3-40f9-49bf-a426-d589d426d668",
            "gambit_id": "83e96d2a-c4c8-4e4c-a75d-20b4304af90c",
            "last_updated": "2023-09-18T08:53:19.143135-04:00",
            "created_at": "2023-09-15T09:23:04.923077-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d52b9f-220d-4db2-9653-6cd923d2daea/?format=api"
        },
        {
            "id": "0ddfeaf9-8027-4951-a058-768c21a62d02",
            "gambit_id": "2ab52479-8945-4823-9fee-06ee15f05fdc",
            "last_updated": "2023-09-18T08:53:19.147104-04:00",
            "created_at": "2023-09-15T09:23:04.927257-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d52b9f-220d-4db2-9653-6cd923d2daea/?format=api"
        }
    ]
}