GET /api/bet_types/5b23b5ee-6f34-42b2-ae45-02755fd47457/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b23b5ee-6f34-42b2-ae45-02755fd47457",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c742e0e-bd7c-41af-b5ef-4f901807d589/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:25.479233-04: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": "San Francisco 49ers",
                "amount": 5317.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff498e81-b1cb-47d9-9bf5-70ab30f6e9bc",
            "gambit_id": "ce087020-1401-4662-a834-00bdd1201e9e",
            "last_updated": "2023-09-11T11:17:54.993862-04:00",
            "created_at": "2023-09-06T22:48:25.482826-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b23b5ee-6f34-42b2-ae45-02755fd47457/?format=api"
        },
        {
            "id": "9300003c-e42e-467b-b0f3-d5920d0d7be7",
            "gambit_id": "16ed1afa-9c57-47c5-9d3d-5b9011880486",
            "last_updated": "2023-09-11T11:17:54.997230-04:00",
            "created_at": "2023-09-06T22:48:25.487161-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b23b5ee-6f34-42b2-ae45-02755fd47457/?format=api"
        }
    ]
}