GET /api/bet_types/d1718361-4642-45a5-b0fc-55c7c886a06d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1718361-4642-45a5-b0fc-55c7c886a06d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e42783d6-58d9-43f7-b01f-c6e23e33100c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:01.004103-04: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 Rangers",
                "amount": 5867.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "f674e58a-4a7d-486f-9de3-d5eaaf6b7f24",
            "gambit_id": "792210ac-5c3c-4635-b50c-f103b8f23c02",
            "last_updated": "2023-04-23T18:37:11.835795-04:00",
            "created_at": "2023-04-22T13:07:01.005609-04:00",
            "name": "New York Rangers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1718361-4642-45a5-b0fc-55c7c886a06d/?format=api"
        },
        {
            "id": "ada1a2cd-6237-475b-8873-199513cdffed",
            "gambit_id": "e579fc6b-3ece-4475-852d-11b097fcf78a",
            "last_updated": "2023-04-23T18:37:11.837139-04:00",
            "created_at": "2023-04-22T13:07:01.007259-04:00",
            "name": "New Jersey Devils",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1718361-4642-45a5-b0fc-55c7c886a06d/?format=api"
        }
    ]
}