GET /api/bet_types/a629ad7c-9c50-465e-b645-31f95471dc49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a629ad7c-9c50-465e-b645-31f95471dc49",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e772363-0190-42d2-8bbc-a22cb76f09b8/?format=api",
    "name": "Play the Odds",
    "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": "MIN",
                "amount": 5838.0
            },
            {
                "team": "TOR",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "37eacec7-5762-40d4-927b-44d144b63980",
            "gambit_id": "7ec7f721-fc8a-4dcb-b182-ad0233271549",
            "last_updated": "2022-08-05T10:01:53.980115-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a629ad7c-9c50-465e-b645-31f95471dc49/?format=api"
        },
        {
            "id": "2c003da8-797a-41a6-a16b-91cbd26bdae4",
            "gambit_id": "4c59413f-184a-44e2-ab72-f10070e4ba21",
            "last_updated": "2022-08-05T10:01:53.980549-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a629ad7c-9c50-465e-b645-31f95471dc49/?format=api"
        }
    ]
}