GET /api/bet_types/5339d8a8-360a-450e-a8d4-f9e4ad2bede7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5339d8a8-360a-450e-a8d4-f9e4ad2bede7",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe91511-e2bb-4040-a594-4f5260210cfd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:53:01.949037-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 Over 6.5",
                "amount": 5614.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae60ad86-b049-4484-b7ab-abda60d925d9",
            "gambit_id": "04b228ee-5b4a-45c2-a204-3bd6b632fa1a",
            "last_updated": "2023-12-21T10:13:17.883406-05:00",
            "created_at": "2023-12-19T08:53:01.954156-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5339d8a8-360a-450e-a8d4-f9e4ad2bede7/?format=api"
        },
        {
            "id": "3822e81b-ee0f-4732-8db0-41b5ed1dc644",
            "gambit_id": "57ed389e-b449-4fcd-b897-27c59de7a59e",
            "last_updated": "2023-12-21T10:13:17.886664-05:00",
            "created_at": "2023-12-19T08:53:01.960811-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5339d8a8-360a-450e-a8d4-f9e4ad2bede7/?format=api"
        }
    ]
}