GET /api/bet_types/44acc27d-785c-4745-b772-bae71c6dd805/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44acc27d-785c-4745-b772-bae71c6dd805",
    "match": "https://api-prod.gambitprofit.com/api/matches/15a8fe9a-808b-44bd-be28-77f4468b55dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-01T12:26:51.059953-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3c5d12e-fa5f-4ba8-85f1-4142f8553600",
            "gambit_id": "d934d7a4-cb62-4755-91ab-bee7e10b1be6",
            "last_updated": "2023-04-03T10:07:03.206288-04:00",
            "created_at": "2023-04-01T12:26:51.061720-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44acc27d-785c-4745-b772-bae71c6dd805/?format=api"
        },
        {
            "id": "3b367509-74e6-4f6a-acd4-41036aea4d4c",
            "gambit_id": "0560f4eb-3c07-4bd3-be2d-2f60d9875242",
            "last_updated": "2023-04-03T10:07:03.208016-04:00",
            "created_at": "2023-04-01T12:26:51.063665-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44acc27d-785c-4745-b772-bae71c6dd805/?format=api"
        }
    ]
}