GET /api/bet_types/f81c1494-75b1-46d2-92ab-a9caf0a0afa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f81c1494-75b1-46d2-92ab-a9caf0a0afa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c2ac3f-b93f-4c89-81dd-0e535aff6acf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-22T12:32:08.820310-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 Under 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf494cce-475f-46d4-badd-d0b29556490e",
            "gambit_id": "6a76f9a3-0d5e-45d4-8298-c969472c4fb5",
            "last_updated": "2023-03-23T17:42:18.938236-04:00",
            "created_at": "2023-03-22T12:32:08.822441-04:00",
            "name": "Game Total Under 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f81c1494-75b1-46d2-92ab-a9caf0a0afa7/?format=api"
        },
        {
            "id": "6deb006d-537b-47ed-ba1c-05136f0d77c3",
            "gambit_id": "96b5287c-93d3-45a2-81a5-24aa6a224506",
            "last_updated": "2023-03-23T17:42:18.940510-04:00",
            "created_at": "2023-03-22T12:32:08.824388-04:00",
            "name": "Game Total Over 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f81c1494-75b1-46d2-92ab-a9caf0a0afa7/?format=api"
        }
    ]
}