GET /api/bet_types/0c085a53-52ae-431c-a6f2-0f95fe9b1673/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c085a53-52ae-431c-a6f2-0f95fe9b1673",
    "match": "https://api-prod.gambitprofit.com/api/matches/abaca7e5-265f-4195-93be-ebef721675bd/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "abfe0dd4-d724-4eed-9ee2-2693123480f5",
            "gambit_id": "2ee96c69-d6e3-4f0f-b88b-a225b81ff2be",
            "last_updated": "2022-09-06T09:27:14.064641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c085a53-52ae-431c-a6f2-0f95fe9b1673/?format=api"
        },
        {
            "id": "7763eb09-744f-489f-9a99-54519ace468a",
            "gambit_id": "0dd8b334-8d19-4cda-8f51-1a5be6b76432",
            "last_updated": "2022-09-06T09:27:14.063411-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c085a53-52ae-431c-a6f2-0f95fe9b1673/?format=api"
        }
    ]
}