GET /api/bet_types/08c169da-5a1f-4254-8af6-4fb85321e971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08c169da-5a1f-4254-8af6-4fb85321e971",
    "match": "https://api-prod.gambitprofit.com/api/matches/83be10a1-5a69-4ed1-8833-4e0e5f7f56da/?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": "Portland Trail Blazers",
                "amount": 5974.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "d45df06f-3d05-4986-be2c-bd34faba959c",
            "gambit_id": "d42e29eb-1b7e-4daa-80f1-d98501645c70",
            "last_updated": "2022-11-30T09:47:20.063471-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c169da-5a1f-4254-8af6-4fb85321e971/?format=api"
        },
        {
            "id": "843bdf2a-eb49-478d-9a02-d785aef0ec6d",
            "gambit_id": "718d37b2-eef0-43a0-9760-c4eafd137def",
            "last_updated": "2022-11-30T09:47:20.064448-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c169da-5a1f-4254-8af6-4fb85321e971/?format=api"
        }
    ]
}