GET /api/bet_types/a3b9e51d-de1c-42f2-9ea9-925c156060c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3b9e51d-de1c-42f2-9ea9-925c156060c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5b49788-06b3-42f7-8aa8-8c743e178005/?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": 7811.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2189.0
            }
        ],
        "expected_reward_tokens": 9215.69,
        "profit_sb": 215.69,
        "profit_sb_percentage": 2.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5779292-91d6-4a7e-bd4c-75923e5325a2",
            "gambit_id": "896b72dc-40fb-49f6-8de4-6816fbfcf48f",
            "last_updated": "2022-11-10T09:27:59.556197-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.18000",
            "odds": "1.20830",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3b9e51d-de1c-42f2-9ea9-925c156060c2/?format=api"
        },
        {
            "id": "95a8af0f-8064-48a7-8d5e-018001158c92",
            "gambit_id": "65d2b83e-02eb-4d23-83a1-fdba5f8ecb43",
            "last_updated": "2022-11-10T09:27:59.557202-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "4.21000",
            "odds": "4.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3b9e51d-de1c-42f2-9ea9-925c156060c2/?format=api"
        }
    ]
}