GET /api/bet_types/2f7ce756-2f5c-426e-b462-422395f86b0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f7ce756-2f5c-426e-b462-422395f86b0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/94570ff8-fbc1-46e7-b7de-02ecd63efd89/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-22T08:23:02.261394-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5815ebae-fa29-4e7d-9ffb-95d593b49261",
            "gambit_id": "eeca15ff-0948-4781-b5ca-b705edb5c571",
            "last_updated": "2023-06-23T14:48:07.756235-04:00",
            "created_at": "2023-06-22T08:23:02.263407-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7ce756-2f5c-426e-b462-422395f86b0d/?format=api"
        },
        {
            "id": "e83c6c61-7bf8-4d98-a25e-fe34d35e8897",
            "gambit_id": "7cffa118-eb38-4352-ba70-c47cd6a30541",
            "last_updated": "2023-06-23T14:48:07.758316-04:00",
            "created_at": "2023-06-22T08:23:02.265317-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7ce756-2f5c-426e-b462-422395f86b0d/?format=api"
        }
    ]
}