GET /api/bet_types/e5e3a058-88e8-46f6-8dcd-b7396e9497aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5e3a058-88e8-46f6-8dcd-b7396e9497aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/9302809d-8922-4ced-8692-659e6d49533f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:54.514846-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": "Nashville Predators",
                "amount": 6547.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c624356-565f-4ca7-94c4-23ffc26ed048",
            "gambit_id": "d5b423f1-aaf3-4863-9ded-5ff06f8d88ff",
            "last_updated": "2023-03-20T09:41:56.974911-04:00",
            "created_at": "2023-03-18T08:46:54.517303-04:00",
            "name": "Nashville Predators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5e3a058-88e8-46f6-8dcd-b7396e9497aa/?format=api"
        },
        {
            "id": "59a377b0-2d85-4ecf-99e0-d189bfe0f5ea",
            "gambit_id": "7f14e675-0fae-4f7a-8295-8cf51ccfd87e",
            "last_updated": "2023-03-20T09:41:56.976516-04:00",
            "created_at": "2023-03-18T08:46:54.519926-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5e3a058-88e8-46f6-8dcd-b7396e9497aa/?format=api"
        }
    ]
}