GET /api/bet_types/9807bd4b-e552-4954-a7d6-ddd608c3adb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9807bd4b-e552-4954-a7d6-ddd608c3adb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e5a8f53-0af6-427f-b3ef-5b3291611745/?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 Over 2.5",
                "amount": 5885.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4115.0
            }
        ],
        "expected_reward_tokens": 9298.3,
        "profit_sb": -201.7,
        "profit_sb_percentage": -2.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fd34227-3f03-4dec-bd2c-6b4b5983295a",
            "gambit_id": "a7877b7a-a6e8-47fc-9d15-d1974ec80167",
            "last_updated": "2022-10-12T10:27:01.485004-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9807bd4b-e552-4954-a7d6-ddd608c3adb7/?format=api"
        },
        {
            "id": "98db9919-6a9c-4465-9419-cef094006c85",
            "gambit_id": "b188e994-8d48-4d57-83ec-3a7e334ef5d8",
            "last_updated": "2022-10-12T10:27:01.486229-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9807bd4b-e552-4954-a7d6-ddd608c3adb7/?format=api"
        }
    ]
}