GET /api/bet_types/9a61ac40-c20a-4031-aa0b-330644db29d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a61ac40-c20a-4031-aa0b-330644db29d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e4f8012-24bf-4283-ab57-8cb4e9403ec1/?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": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "3752991a-6837-4af5-9204-3132d51c4d7b",
            "gambit_id": "9be0973c-5be2-4919-9c6a-047989c27663",
            "last_updated": "2022-10-03T09:52:21.801179-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a61ac40-c20a-4031-aa0b-330644db29d1/?format=api"
        },
        {
            "id": "1b85da14-f695-4d0d-b166-a88cd387651e",
            "gambit_id": "3ac1d902-f003-483a-bee1-be5ff493f065",
            "last_updated": "2022-10-03T09:52:21.802318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a61ac40-c20a-4031-aa0b-330644db29d1/?format=api"
        }
    ]
}