GET /api/bet_types/272d1771-21cf-4ccc-8a6c-8784055ec6f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "272d1771-21cf-4ccc-8a6c-8784055ec6f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/55119b6c-ae08-445b-ae88-9b92b8816b12/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-05T09:12:59.727993-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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "f546ebd6-0445-468f-98db-90f9e5fbee0f",
            "gambit_id": "a9b25f80-2d77-44b8-80b7-6f9653ae766a",
            "last_updated": "2023-12-06T22:28:09.416215-05:00",
            "created_at": "2023-12-05T09:12:59.731817-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/272d1771-21cf-4ccc-8a6c-8784055ec6f9/?format=api"
        },
        {
            "id": "92d8b13b-a057-4e2b-a680-9919ecaecaaf",
            "gambit_id": "58116b23-f756-4102-adc5-a84d8352c301",
            "last_updated": "2023-12-06T22:28:09.419623-05:00",
            "created_at": "2023-12-05T09:12:59.735741-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/272d1771-21cf-4ccc-8a6c-8784055ec6f9/?format=api"
        }
    ]
}