GET /api/bet_types/a358c3cb-46a4-4c44-bdc0-8c48a3411e38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a358c3cb-46a4-4c44-bdc0-8c48a3411e38",
    "match": "https://api-prod.gambitprofit.com/api/matches/c141b1e5-10e3-4a99-9c66-4ba6f36fac59/?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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff800112-db96-4fc5-b6cc-5a5f6778501b",
            "gambit_id": "87fa79d7-d61b-4854-b6fa-3156866368a5",
            "last_updated": "2022-09-11T09:57:46.077781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a358c3cb-46a4-4c44-bdc0-8c48a3411e38/?format=api"
        },
        {
            "id": "955fe553-33cc-4a7c-922b-7994dbfa4db2",
            "gambit_id": "f1216fd5-4aba-4b6d-a7ed-8226cf5c53fe",
            "last_updated": "2022-09-11T09:57:46.076759-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a358c3cb-46a4-4c44-bdc0-8c48a3411e38/?format=api"
        }
    ]
}