GET /api/bet_types/260f4e37-aa73-44c9-8627-813fc8437572/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "260f4e37-aa73-44c9-8627-813fc8437572",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e89b296-d292-45ec-80bb-65899d424053/?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 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "1bb2e252-fe65-44d9-80eb-ab508ede307f",
            "gambit_id": "80947e07-58ef-44d7-922f-c53292718fa3",
            "last_updated": "2022-09-05T09:37:18.516539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260f4e37-aa73-44c9-8627-813fc8437572/?format=api"
        },
        {
            "id": "6e4e756f-d12d-410c-8757-2f243a486fbf",
            "gambit_id": "c9bb300f-a28f-42b5-9bdc-914f996d4b67",
            "last_updated": "2022-09-05T09:37:18.517696-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260f4e37-aa73-44c9-8627-813fc8437572/?format=api"
        }
    ]
}