GET /api/bet_types/1d8017d7-166e-467d-a935-3dc5f6c2e576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d8017d7-166e-467d-a935-3dc5f6c2e576",
    "match": "https://api-prod.gambitprofit.com/api/matches/336b029a-bf64-49ac-889b-1345b5b114fe/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "14d78155-0dcc-4afa-8a92-41976adf2ff4",
            "gambit_id": "7838358f-5ab3-4178-8a98-59934f6fbead",
            "last_updated": "2022-08-25T10:17:07.989395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8017d7-166e-467d-a935-3dc5f6c2e576/?format=api"
        },
        {
            "id": "f3f56cf1-a9b9-48ce-94d1-404afecdccfc",
            "gambit_id": "fb2d6b91-c7ae-416a-bf34-4e9a07638007",
            "last_updated": "2022-08-25T10:17:07.989846-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8017d7-166e-467d-a935-3dc5f6c2e576/?format=api"
        }
    ]
}