GET /api/bet_types/235717b8-38b6-4eb5-bbbf-969368799e05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "235717b8-38b6-4eb5-bbbf-969368799e05",
    "match": "https://api-prod.gambitprofit.com/api/matches/11293bff-3058-411b-92e3-7fb726c02f63/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T08:58:25.477268-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 Over 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "544f469e-f850-444a-9479-c483c6c78362",
            "gambit_id": "be63c4ff-d879-491e-9911-8559c8b121d6",
            "last_updated": "2023-07-04T10:08:09.746909-04:00",
            "created_at": "2023-07-02T08:58:25.478810-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235717b8-38b6-4eb5-bbbf-969368799e05/?format=api"
        },
        {
            "id": "8a84d020-0571-48cb-8fa0-ecd37c07e49b",
            "gambit_id": "8693502b-1a02-490a-be16-5954c8af8a04",
            "last_updated": "2023-07-04T10:08:09.749660-04:00",
            "created_at": "2023-07-02T08:58:25.480337-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235717b8-38b6-4eb5-bbbf-969368799e05/?format=api"
        }
    ]
}