GET /api/bet_types/c19fe43b-d261-45c2-940d-5219e2e2eed2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c19fe43b-d261-45c2-940d-5219e2e2eed2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2d672d2-0d1a-4a2f-8a5f-99990f7c7a7b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T10:43:13.651888-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 Over 2.5",
                "amount": 6402.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "a94120ac-061c-40a1-822c-10a083281f3d",
            "gambit_id": "38abad6a-e6ac-4cd1-b3b3-08ee04161b2d",
            "last_updated": "2023-08-28T18:48:02.609690-04:00",
            "created_at": "2023-08-25T10:43:13.655796-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19fe43b-d261-45c2-940d-5219e2e2eed2/?format=api"
        },
        {
            "id": "04b45d3d-a782-4d87-bf93-8e7582660647",
            "gambit_id": "7ff155b5-cb2c-40c5-844c-1c748aa0aaf0",
            "last_updated": "2023-08-28T18:48:02.613568-04:00",
            "created_at": "2023-08-25T10:43:13.663516-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19fe43b-d261-45c2-940d-5219e2e2eed2/?format=api"
        }
    ]
}