GET /api/bet_types/6d7e6dd6-520c-4c33-83ec-e07c1f138b11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d7e6dd6-520c-4c33-83ec-e07c1f138b11",
    "match": "https://api-prod.gambitprofit.com/api/matches/117c32de-667e-4152-bdff-fc41ce8232a3/?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": "Los Angeles Clippers",
                "amount": 5610.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0f76d8c-12ab-4ec1-94c9-9a51a7b457fe",
            "gambit_id": "950503d0-1931-46d1-9256-d84d26a3b462",
            "last_updated": "2022-10-24T10:02:14.014221-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7e6dd6-520c-4c33-83ec-e07c1f138b11/?format=api"
        },
        {
            "id": "63a46b19-6394-4265-a937-db40238ab98b",
            "gambit_id": "3922d8d6-9be0-4219-8cc8-159bc66fd8b1",
            "last_updated": "2022-10-24T10:02:14.013234-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7e6dd6-520c-4c33-83ec-e07c1f138b11/?format=api"
        }
    ]
}