GET /api/bet_types/c0b3d066-8c77-46da-9516-bc19c14a81a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0b3d066-8c77-46da-9516-bc19c14a81a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b21f9a5a-711a-4e7f-b31c-f24f8440ea81/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-08T08:57:08.286867-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": "Denver Nuggets",
                "amount": 7563.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9453.75,
        "profit_sb": -46.25,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "93414fab-eeaf-4103-b924-e8eb46694201",
            "gambit_id": "43ef6b6a-f88e-4295-b940-a423ce7d19f0",
            "last_updated": "2023-03-09T09:47:03.255451-05:00",
            "created_at": "2023-03-08T08:57:08.288216-05:00",
            "name": "Denver Nuggets",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b3d066-8c77-46da-9516-bc19c14a81a7/?format=api"
        },
        {
            "id": "c27bf865-a036-435a-91c6-38bfa0668469",
            "gambit_id": "447392dc-262c-4555-80fe-ba219f2fde24",
            "last_updated": "2023-03-09T09:47:03.256940-05:00",
            "created_at": "2023-03-08T08:57:08.289606-05:00",
            "name": "Chicago Bulls",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b3d066-8c77-46da-9516-bc19c14a81a7/?format=api"
        }
    ]
}