GET /api/bet_types/b052bf13-651a-46ff-b9d1-6ef9afb8d75f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b052bf13-651a-46ff-b9d1-6ef9afb8d75f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b060b8cd-cac9-422c-b985-8c6583fecae5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-20T08:23:24.531631-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f183ee4a-1809-49f2-a118-ce8084b3bf53",
            "gambit_id": "14a0cffd-6351-4b13-a34a-23f88e84adaf",
            "last_updated": "2023-09-22T10:43:03.730376-04:00",
            "created_at": "2023-09-20T08:23:24.535163-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b052bf13-651a-46ff-b9d1-6ef9afb8d75f/?format=api"
        },
        {
            "id": "f1d0e965-8f49-45f2-9612-b98acb0edfb3",
            "gambit_id": "792796d3-8e8e-4814-9613-5f8bb8e0c187",
            "last_updated": "2023-09-22T10:43:03.733543-04:00",
            "created_at": "2023-09-20T08:23:24.539787-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b052bf13-651a-46ff-b9d1-6ef9afb8d75f/?format=api"
        }
    ]
}