GET /api/bet_types/a0c1ed05-1286-4ba7-be20-20efc6cb25e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0c1ed05-1286-4ba7-be20-20efc6cb25e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/907a6419-b043-48e6-b07f-ccebf2835f3b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-06T08:07:11.246190-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": "Game Total Under 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "660225e2-60e1-4058-a5db-0078a4996912",
            "gambit_id": "63533db7-8014-485c-99da-dede059fbc67",
            "last_updated": "2023-03-07T10:17:16.972478-05:00",
            "created_at": "2023-03-06T08:07:11.247459-05:00",
            "name": "Game Total Under 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c1ed05-1286-4ba7-be20-20efc6cb25e8/?format=api"
        },
        {
            "id": "ae488d4f-4c80-4d97-8db9-971fb5c9295c",
            "gambit_id": "e8c28b12-d1a7-4463-b503-3badbf7780aa",
            "last_updated": "2023-03-07T10:17:16.973730-05:00",
            "created_at": "2023-03-06T08:07:11.248736-05:00",
            "name": "Game Total Over 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c1ed05-1286-4ba7-be20-20efc6cb25e8/?format=api"
        }
    ]
}