GET /api/bet_types/85a1c87f-ce95-414f-9c46-6594a9f2edd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85a1c87f-ce95-414f-9c46-6594a9f2edd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cb6655b-8f96-4e73-bdf7-08449de1ff9c/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-28T09:32:06.740436-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "85517d72-609c-4332-a85d-747dbc168dab",
            "gambit_id": "b7c16001-db78-463e-98cb-3196b6f70f1c",
            "last_updated": "2022-12-30T18:47:00.145523-05:00",
            "created_at": "2022-12-28T09:32:06.741708-05:00",
            "name": "Game Total Under 229",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85a1c87f-ce95-414f-9c46-6594a9f2edd9/?format=api"
        },
        {
            "id": "4b8dc820-f004-4055-a2d2-091acf528ccf",
            "gambit_id": "d1a17479-0a21-47a0-86c3-4a49507667a8",
            "last_updated": "2022-12-30T18:47:00.146653-05:00",
            "created_at": "2022-12-28T09:32:06.743047-05:00",
            "name": "Game Total Over 229",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85a1c87f-ce95-414f-9c46-6594a9f2edd9/?format=api"
        }
    ]
}