GET /api/bet_types/0a860435-524a-43b8-86f0-24addff3617e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a860435-524a-43b8-86f0-24addff3617e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c48b7971-f6c0-4ee9-ac9c-c37260b444b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-13T08:17:05.719747-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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "388d480f-74ff-46cc-ae76-69d0056989f9",
            "gambit_id": "493146a5-c452-4c45-81e7-95bed370bf1d",
            "last_updated": "2023-02-14T09:31:56.101160-05:00",
            "created_at": "2023-02-13T08:17:05.721025-05:00",
            "name": "Game Total Under 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a860435-524a-43b8-86f0-24addff3617e/?format=api"
        },
        {
            "id": "a991bf7e-f62c-43e4-9487-49af67568778",
            "gambit_id": "e502f173-81ab-48aa-af17-885f181d57bc",
            "last_updated": "2023-02-14T09:31:56.102339-05:00",
            "created_at": "2023-02-13T08:17:05.722334-05:00",
            "name": "Game Total Over 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a860435-524a-43b8-86f0-24addff3617e/?format=api"
        }
    ]
}