GET /api/bet_types/b757659b-40bb-4d6f-8c77-c30566a9d8d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b757659b-40bb-4d6f-8c77-c30566a9d8d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbf0859-02b2-45b0-90aa-e5ef1a954138/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:15.569660-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "c449151c-1c4b-4c5d-a9de-65ea3fa928cd",
            "gambit_id": "85b126b9-a26c-43ca-a329-25036fce4886",
            "last_updated": "2023-11-23T20:12:57.512304-05:00",
            "created_at": "2023-11-22T09:08:15.579226-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b757659b-40bb-4d6f-8c77-c30566a9d8d7/?format=api"
        },
        {
            "id": "e2e68e09-ccf3-4251-88b2-48781f4b7a33",
            "gambit_id": "26fb516e-fd0f-4b0d-bc61-18c25764681d",
            "last_updated": "2023-11-23T20:12:57.508944-05:00",
            "created_at": "2023-11-22T09:08:15.573737-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b757659b-40bb-4d6f-8c77-c30566a9d8d7/?format=api"
        }
    ]
}