GET /api/bet_types/acc7bf58-e060-4690-a325-113a39e99abe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acc7bf58-e060-4690-a325-113a39e99abe",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bbe2754-b191-4817-89f0-d9fc9963c762/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-22T08:23:10.407381-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 Under 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "514e3333-ca76-4a98-90d0-f484560b1103",
            "gambit_id": "ef368088-134e-4488-aaaa-dec47ad298b6",
            "last_updated": "2023-08-23T10:03:13.232104-04:00",
            "created_at": "2023-08-22T08:23:10.420397-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acc7bf58-e060-4690-a325-113a39e99abe/?format=api"
        },
        {
            "id": "81858c1b-e0f2-4152-bb64-99316ded4ce4",
            "gambit_id": "698076e9-a9b1-4763-935c-2e8ac33f29b1",
            "last_updated": "2023-08-23T10:03:13.228760-04:00",
            "created_at": "2023-08-22T08:23:10.416239-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acc7bf58-e060-4690-a325-113a39e99abe/?format=api"
        }
    ]
}