GET /api/bet_types/90eb46ff-e8ea-4e08-9b92-68d21446413e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90eb46ff-e8ea-4e08-9b92-68d21446413e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dc83ae6-fa49-4b4c-970d-e8a2bb744585/?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": "Dallas Cowboys",
                "amount": 6266.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "94388f3d-7a86-42e4-acdb-47178fc8d7cb",
            "gambit_id": "465cb04c-be00-4f87-a285-0c3c0a8cff60",
            "last_updated": "2022-11-14T14:52:39.481932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90eb46ff-e8ea-4e08-9b92-68d21446413e/?format=api"
        },
        {
            "id": "7ada4327-5324-4962-8eca-f0dd0b912847",
            "gambit_id": "918c2f4d-8f4a-405b-8b7f-bcfe9865f3e2",
            "last_updated": "2022-11-14T14:52:39.480772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90eb46ff-e8ea-4e08-9b92-68d21446413e/?format=api"
        }
    ]
}