GET /api/bet_types/3a48a39f-4c48-4799-95d7-e93bb1f5df21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a48a39f-4c48-4799-95d7-e93bb1f5df21",
    "match": "https://api-prod.gambitprofit.com/api/matches/4973e7af-6bab-46b2-b6de-36dc589a665e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:33:12.229022-05: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 1.5",
                "amount": 5969.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9190.68,
        "profit_sb": -309.32,
        "profit_sb_percentage": -3.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa4d1a33-8590-40a4-b24e-d02a758a2c4e",
            "gambit_id": "8b3fb55f-2c7a-4416-be84-1dc2b8731268",
            "last_updated": "2023-12-05T21:28:21.143251-05:00",
            "created_at": "2023-12-01T19:33:12.232657-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a48a39f-4c48-4799-95d7-e93bb1f5df21/?format=api"
        },
        {
            "id": "65ed4696-6f06-431b-be99-685264edd559",
            "gambit_id": "db05618f-014a-4fbc-8982-3df13a304ce1",
            "last_updated": "2023-12-05T21:28:21.146513-05:00",
            "created_at": "2023-12-01T19:33:12.237346-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a48a39f-4c48-4799-95d7-e93bb1f5df21/?format=api"
        }
    ]
}