GET /api/bet_types/53c4f371-6b3f-4581-a6ea-34614c67d075/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53c4f371-6b3f-4581-a6ea-34614c67d075",
    "match": "https://api-prod.gambitprofit.com/api/matches/769ae43b-251c-466d-9e79-b7e101d93885/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T12:38:08.784167-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 Under 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b21a77fc-7717-4084-bd1f-8485f7fb3280",
            "gambit_id": "1e589031-93ae-4296-9ac8-a9b31b9429d5",
            "last_updated": "2023-07-26T10:33:07.644669-04:00",
            "created_at": "2023-07-25T12:38:08.791865-04:00",
            "name": "Game Total Under 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53c4f371-6b3f-4581-a6ea-34614c67d075/?format=api"
        },
        {
            "id": "00f25232-fb0e-4453-b180-e98f00eb6cb0",
            "gambit_id": "6647c051-3f5c-42b2-a08f-0d6c09037b41",
            "last_updated": "2023-07-26T10:33:07.639706-04:00",
            "created_at": "2023-07-25T12:38:08.787865-04:00",
            "name": "Game Total Over 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53c4f371-6b3f-4581-a6ea-34614c67d075/?format=api"
        }
    ]
}