GET /api/bet_types/6dc883fb-05b5-4743-958a-3f8dd344dd9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dc883fb-05b5-4743-958a-3f8dd344dd9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/54591be9-039d-4fc0-83a1-dbb98e2c841b/?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 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "23d94ad6-089c-4f2e-8e6c-e94ae5427900",
            "gambit_id": "252f08ed-4677-45aa-a2cc-716551eb1178",
            "last_updated": "2022-08-23T09:36:56.256840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dc883fb-05b5-4743-958a-3f8dd344dd9e/?format=api"
        },
        {
            "id": "27c597d0-7060-4e5f-8cfe-b5f620fea9a1",
            "gambit_id": "6ed32094-484c-4ec4-bd7d-0197552c3b46",
            "last_updated": "2022-08-23T09:36:56.257340-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dc883fb-05b5-4743-958a-3f8dd344dd9e/?format=api"
        }
    ]
}