GET /api/bet_types/cb85e96f-7e06-49f6-b4cc-055c3597ee32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb85e96f-7e06-49f6-b4cc-055c3597ee32",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dfdecf1-a190-4f8f-b3bc-f3e8bef3795c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-06T08:32:15.342345-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fd315b1-07a7-4711-99f2-271d45b18699",
            "gambit_id": "9895dc93-9530-4f97-92af-d63aa6c6b04f",
            "last_updated": "2023-02-07T10:27:19.362879-05:00",
            "created_at": "2023-02-06T08:32:15.343997-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb85e96f-7e06-49f6-b4cc-055c3597ee32/?format=api"
        },
        {
            "id": "2b46ba6b-a560-4ef9-b057-406c684c6743",
            "gambit_id": "e08eadcf-2ec3-404b-8fb8-ba171ed20891",
            "last_updated": "2023-02-07T10:27:19.364717-05:00",
            "created_at": "2023-02-06T08:32:15.345396-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb85e96f-7e06-49f6-b4cc-055c3597ee32/?format=api"
        }
    ]
}