GET /api/bet_types/e41e6d1b-d77a-45d3-84a6-c5d4ee968f62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e41e6d1b-d77a-45d3-84a6-c5d4ee968f62",
    "match": "https://api-prod.gambitprofit.com/api/matches/86a09007-847c-4c00-bacd-0f1236156951/?format=api",
    "name": "Pick the Winner",
    "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": "NYM (T Walker)",
                "amount": 7037.0
            },
            {
                "team": "WAS (P Espino)",
                "amount": 2963.0
            }
        ],
        "expected_reward_tokens": 9570.32,
        "profit_sb": 70.32,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "3531f409-6f7b-4c46-8032-c3b18cc18bd2",
            "gambit_id": "69a7fdd5-7c66-4b25-afbf-662890e56a1d",
            "last_updated": "2022-10-05T06:51:51.182785-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (T Walker)",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e41e6d1b-d77a-45d3-84a6-c5d4ee968f62/?format=api"
        },
        {
            "id": "49a1d871-99c3-4e6b-a81f-0a471a36dea6",
            "gambit_id": "9d88b5bd-6def-4917-a28c-ad59147b2b11",
            "last_updated": "2022-10-05T06:51:51.183887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Espino)",
            "reward": "3.23000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e41e6d1b-d77a-45d3-84a6-c5d4ee968f62/?format=api"
        }
    ]
}