GET /api/bet_types/b9ddfe74-6013-44c3-bd80-a5f98ff684fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9ddfe74-6013-44c3-bd80-a5f98ff684fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f77afdf3-9b58-4e58-b0ff-7630fdee4da6/?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": "Jacksonville Jaguars",
                "amount": 5511.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9b96841-9fe7-482b-af9d-68f8c289cf73",
            "gambit_id": "7349d218-e317-4103-991d-38db2379c169",
            "last_updated": "2022-08-21T12:57:09.153158-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ddfe74-6013-44c3-bd80-a5f98ff684fd/?format=api"
        },
        {
            "id": "0a445547-bbcf-490b-80fd-ebb9c1c45ca6",
            "gambit_id": "4a0cda3c-7af6-419e-990b-5543700e34a0",
            "last_updated": "2022-08-21T12:57:09.153670-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ddfe74-6013-44c3-bd80-a5f98ff684fd/?format=api"
        }
    ]
}