GET /api/bet_types/4b728e0e-a265-4138-8ac2-da9210a1bb2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b728e0e-a265-4138-8ac2-da9210a1bb2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/44c92306-1804-44f9-bdd3-dde2d8b6e4b9/?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": "Toronto Raptors",
                "amount": 6266.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2ef1252-111f-4d6e-ac25-417bb76727bb",
            "gambit_id": "ae066885-c2b8-42ee-9dc7-b81419122fa9",
            "last_updated": "2022-11-12T16:58:15.896810-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b728e0e-a265-4138-8ac2-da9210a1bb2b/?format=api"
        },
        {
            "id": "615f5a0b-b58b-4bb1-87de-bd6e6520ae39",
            "gambit_id": "660f52a1-93ca-4eb4-ae50-9fd91cc39994",
            "last_updated": "2022-11-12T16:58:15.895844-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b728e0e-a265-4138-8ac2-da9210a1bb2b/?format=api"
        }
    ]
}