GET /api/bet_types/e51c335b-6349-4319-b2d1-d9eca036348c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e51c335b-6349-4319-b2d1-d9eca036348c",
    "match": "https://api-prod.gambitprofit.com/api/matches/93e3fb64-2e6e-4ec8-b167-5c153f93fdd3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:01.642934-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "90bd3ee7-d251-4be8-9990-e750871a26c7",
            "gambit_id": "d1245cb9-8d99-4a3e-9f13-42188390b3f2",
            "last_updated": "2023-04-11T14:02:13.068762-04:00",
            "created_at": "2023-04-10T11:22:01.646266-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e51c335b-6349-4319-b2d1-d9eca036348c/?format=api"
        },
        {
            "id": "9d159230-2c95-4a73-94ff-16096b72af7b",
            "gambit_id": "728b2bb3-3e04-475f-9ef7-0a0b11292272",
            "last_updated": "2023-04-11T14:02:13.066583-04:00",
            "created_at": "2023-04-10T11:22:01.644439-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e51c335b-6349-4319-b2d1-d9eca036348c/?format=api"
        }
    ]
}