GET /api/bet_types/09385994-47a9-4a16-80ed-aceb9055baf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09385994-47a9-4a16-80ed-aceb9055baf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d03118da-0826-410f-a37f-82f69bfbb289/?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": "New England Patriots",
                "amount": 7660.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2340.0
            }
        ],
        "expected_reward_tokens": 9498.4,
        "profit_sb": -1.6,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "77806fde-0655-4ac2-8c31-0f5229004026",
            "gambit_id": "0ba4b0dd-16bb-4542-b1d2-63b60c3561c3",
            "last_updated": "2022-10-25T10:02:02.126445-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09385994-47a9-4a16-80ed-aceb9055baf6/?format=api"
        },
        {
            "id": "672f01cf-c31f-4d3e-b052-d518ae4f2d1c",
            "gambit_id": "b8fa2e82-b531-4890-9f57-67127594821b",
            "last_updated": "2022-10-25T10:02:02.125370-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "4.06000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09385994-47a9-4a16-80ed-aceb9055baf6/?format=api"
        }
    ]
}