GET /api/bet_types/9f70503c-2086-4046-b175-db518ab31fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f70503c-2086-4046-b175-db518ab31fcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2208833-26c4-441c-b367-dc49af57e384/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:20.238456-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": "PIT",
                "amount": 5699.0
            },
            {
                "team": "CHC",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "134e2cd6-2baf-42ca-90f2-6ad4039ec933",
            "gambit_id": "869d3557-e62b-470d-88d9-50850befeb18",
            "last_updated": "2023-06-22T10:18:00.108348-04:00",
            "created_at": "2023-06-20T08:33:20.243703-04:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f70503c-2086-4046-b175-db518ab31fcf/?format=api"
        },
        {
            "id": "e387a8bf-7d33-4efc-9af1-eed04149483b",
            "gambit_id": "6c1f7e39-ab67-44d9-9285-055de7a65819",
            "last_updated": "2023-06-22T10:18:00.106680-04:00",
            "created_at": "2023-06-20T08:33:20.241031-04:00",
            "name": "CHC",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f70503c-2086-4046-b175-db518ab31fcf/?format=api"
        }
    ]
}