GET /api/bet_types/1ec82152-f339-49e4-a982-0afc4eb76cd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ec82152-f339-49e4-a982-0afc4eb76cd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/be63fab6-7751-4b02-9f29-1bd89d6aceba/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T22:06:56.016697-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 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff43f179-935b-4ce9-bbb5-7727759ef235",
            "gambit_id": "263e2f31-3b68-4656-9753-80ed78347baf",
            "last_updated": "2023-04-24T18:52:07.903814-04:00",
            "created_at": "2023-04-21T22:06:56.018660-04:00",
            "name": "Game Total Under 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec82152-f339-49e4-a982-0afc4eb76cd8/?format=api"
        },
        {
            "id": "090301fa-b0fc-4dd2-8d35-23dd107ce2ac",
            "gambit_id": "e60a5933-d2f2-44c4-81d7-dcd17b5f48d3",
            "last_updated": "2023-04-24T18:52:07.905753-04:00",
            "created_at": "2023-04-21T22:06:56.021104-04:00",
            "name": "Game Total Over 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec82152-f339-49e4-a982-0afc4eb76cd8/?format=api"
        }
    ]
}