GET /api/bet_types/8fd7b3de-53ec-4cad-9297-9e4cab5e401c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fd7b3de-53ec-4cad-9297-9e4cab5e401c",
    "match": "https://api-prod.gambitprofit.com/api/matches/58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "b332052f-5e27-4f17-a7b1-65155a53f2f5",
            "gambit_id": "1fc5ddc7-5197-4ed5-bb63-968d594c743f",
            "last_updated": "2022-09-11T11:12:11.254828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd7b3de-53ec-4cad-9297-9e4cab5e401c/?format=api"
        },
        {
            "id": "f755fad0-f717-42fe-ba33-f6d5e657c784",
            "gambit_id": "fa4541d8-12ef-4061-8d81-0c933b188d1e",
            "last_updated": "2022-09-11T11:12:11.256005-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd7b3de-53ec-4cad-9297-9e4cab5e401c/?format=api"
        }
    ]
}