GET /api/bet_types/c9dca17e-119d-49fc-bc63-385f8882fcc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9dca17e-119d-49fc-bc63-385f8882fcc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ab56cc4-1009-4986-b9bf-5d0933e22a39/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:05.315853-04: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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad60f649-1059-4a9a-a1d9-ab857946bd51",
            "gambit_id": "769bfad1-5504-4e67-8e2c-334ea10dadab",
            "last_updated": "2023-05-10T15:42:08.389349-04:00",
            "created_at": "2023-05-09T11:07:05.319319-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9dca17e-119d-49fc-bc63-385f8882fcc9/?format=api"
        },
        {
            "id": "38f392e8-ebcb-4fbb-b70a-e28910ae50be",
            "gambit_id": "9a6f1386-c2aa-4650-ae29-f5afe8ac07a1",
            "last_updated": "2023-05-10T15:42:08.388076-04:00",
            "created_at": "2023-05-09T11:07:05.317503-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9dca17e-119d-49fc-bc63-385f8882fcc9/?format=api"
        }
    ]
}