GET /api/bet_types/4a93a123-b1e0-4687-870d-4b784effb42b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a93a123-b1e0-4687-870d-4b784effb42b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e51cd205-0a3a-4597-bfde-6b6b3017bc18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-15T08:32:01.839553-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": "New York Knicks",
                "amount": 7318.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2682.0
            }
        ],
        "expected_reward_tokens": 9145.62,
        "profit_sb": 145.62,
        "profit_sb_percentage": 1.62,
        "recommended": true
    },
    "lines": [
        {
            "id": "62becb9f-3dbe-4414-93ec-b48b52655c4a",
            "gambit_id": "e2ee2b3d-ab36-484d-a703-18a1e8eeb862",
            "last_updated": "2023-01-16T11:02:05.515638-05:00",
            "created_at": "2023-01-15T08:32:01.844803-05:00",
            "name": "New York Knicks",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a93a123-b1e0-4687-870d-4b784effb42b/?format=api"
        },
        {
            "id": "65ef1368-296c-40dc-a6d5-f3e0fadb4bcb",
            "gambit_id": "bb81c355-8f31-4db8-bcbd-c3bb39561d92",
            "last_updated": "2023-01-16T11:02:05.512553-05:00",
            "created_at": "2023-01-15T08:32:01.842086-05:00",
            "name": "Detroit Pistons",
            "reward": "3.41000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a93a123-b1e0-4687-870d-4b784effb42b/?format=api"
        }
    ]
}