GET /api/bet_types/0e7ead1f-0e2d-49f1-a3aa-1c790a2ca2b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e7ead1f-0e2d-49f1-a3aa-1c790a2ca2b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf2f0f3-c576-4ae7-971b-168af2f34601/?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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4b1984f-d529-4fe4-9c3b-265bd0211caa",
            "gambit_id": "aa8d4f59-6378-4590-bc0d-e55299d48cb7",
            "last_updated": "2022-11-28T10:12:09.293217-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e7ead1f-0e2d-49f1-a3aa-1c790a2ca2b4/?format=api"
        },
        {
            "id": "58612263-edb8-44c3-9aef-0a3888de6fab",
            "gambit_id": "8fb0b157-c712-47d1-9b97-abc65d8561d7",
            "last_updated": "2022-11-28T10:12:09.294227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e7ead1f-0e2d-49f1-a3aa-1c790a2ca2b4/?format=api"
        }
    ]
}