GET /api/bet_types/21d8e730-9203-4894-a23c-51980a2cff1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21d8e730-9203-4894-a23c-51980a2cff1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/30d4b842-f27a-414c-9252-3340c5563206/?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": "Golden State Warriors",
                "amount": 8189.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1811.0
            }
        ],
        "expected_reward_tokens": 9253.57,
        "profit_sb": 253.57,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "d58ea8e6-fc3f-4235-b744-53095584807a",
            "gambit_id": "5a6ac4cd-cb1a-4e2f-9a28-601112c48c0e",
            "last_updated": "2022-12-05T11:37:09.776195-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.13000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d8e730-9203-4894-a23c-51980a2cff1e/?format=api"
        },
        {
            "id": "a000d528-c70c-4953-bcf6-3fcd6d6015a0",
            "gambit_id": "2efdd70b-7cd7-422d-b720-e01c8b6560e3",
            "last_updated": "2022-12-05T11:37:09.777207-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "5.11000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d8e730-9203-4894-a23c-51980a2cff1e/?format=api"
        }
    ]
}