GET /api/bet_types/ccf04fab-a1c4-47da-b314-aefe07d2b310/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccf04fab-a1c4-47da-b314-aefe07d2b310",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8a63240-223f-4e67-a341-88b505dacc03/?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 53.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "92f89fcd-ba72-4d51-8743-45c39660d49d",
            "gambit_id": "9bc86da9-e7d5-49cf-8efd-b73364d78a6b",
            "last_updated": "2022-09-25T21:37:27.633050-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf04fab-a1c4-47da-b314-aefe07d2b310/?format=api"
        },
        {
            "id": "affe18b2-6b41-41d3-a676-2f7e8645da1f",
            "gambit_id": "6f208c10-6061-4880-b3f5-409c1b4a82be",
            "last_updated": "2022-09-25T21:37:27.634185-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf04fab-a1c4-47da-b314-aefe07d2b310/?format=api"
        }
    ]
}