GET /api/bet_types/b21fd6ae-1d62-4681-be3a-b1c71615c46c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b21fd6ae-1d62-4681-be3a-b1c71615c46c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d435fc8e-6a0d-401c-aa2b-89ef57c4598b/?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": "Indiana Pacers",
                "amount": 5212.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "fef798e8-ee34-4bc5-a7f5-248e6657a0bc",
            "gambit_id": "f8ff0658-8ae6-4320-af75-3d35ec34f920",
            "last_updated": "2022-10-22T09:27:34.270762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b21fd6ae-1d62-4681-be3a-b1c71615c46c/?format=api"
        },
        {
            "id": "011b50ca-6828-459e-919c-5018033d1cdf",
            "gambit_id": "055916e9-58e3-4399-86fd-63e75106613e",
            "last_updated": "2022-10-22T09:27:34.271734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b21fd6ae-1d62-4681-be3a-b1c71615c46c/?format=api"
        }
    ]
}