GET /api/bet_types/7ad81a6f-f818-4d36-b4ef-d62e23891124/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ad81a6f-f818-4d36-b4ef-d62e23891124",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf090b34-d672-411d-abf0-8f4ddf12a3f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-06T08:32:15.713766-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce70fa49-9179-4a11-b09c-6b22fa106df9",
            "gambit_id": "04f659d8-e099-4bb0-a103-6e598d98bf32",
            "last_updated": "2023-02-07T10:22:15.304777-05:00",
            "created_at": "2023-02-06T08:32:15.715112-05:00",
            "name": "Game Total Under 239",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ad81a6f-f818-4d36-b4ef-d62e23891124/?format=api"
        },
        {
            "id": "f21ed22b-2ef3-4a37-9301-093352663059",
            "gambit_id": "4113bad5-d654-4fdc-9af7-9e4f0bd35a68",
            "last_updated": "2023-02-07T10:22:15.305995-05:00",
            "created_at": "2023-02-06T08:32:15.716505-05:00",
            "name": "Game Total Over 239",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ad81a6f-f818-4d36-b4ef-d62e23891124/?format=api"
        }
    ]
}