GET /api/bet_types/850dfafe-5fa2-4b2f-8108-1850093fc604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "850dfafe-5fa2-4b2f-8108-1850093fc604",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a62d9d0-a46b-40d9-926b-2a5692dc5ca0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-13T08:57:57.985830-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "53be9ced-ec7f-4a12-b595-57c51cb9c901",
            "gambit_id": "94bb70fa-4035-4a1d-b5d5-b3bdb3cf5d8f",
            "last_updated": "2023-12-14T11:48:09.522012-05:00",
            "created_at": "2023-12-13T08:57:57.989332-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/850dfafe-5fa2-4b2f-8108-1850093fc604/?format=api"
        },
        {
            "id": "fc410ec8-8ec4-47d4-8796-fe2684547187",
            "gambit_id": "f7a7a8b6-8d89-4105-95a2-0cb017570689",
            "last_updated": "2023-12-14T11:48:09.526242-05:00",
            "created_at": "2023-12-13T08:57:57.993495-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/850dfafe-5fa2-4b2f-8108-1850093fc604/?format=api"
        }
    ]
}