GET /api/bet_types/c05ca911-e624-49d1-a628-e6241dd6c757/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c05ca911-e624-49d1-a628-e6241dd6c757",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fbf99b8-6a1c-4866-afc2-712b2941ad3b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:11.853224-04: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": "Cleveland Cavaliers",
                "amount": 6706.0
            },
            {
                "team": "New York Knicks",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "e789e27e-b585-4d8d-b79d-ca3e3f7952d4",
            "gambit_id": "26102c3e-51d6-47c7-8648-190619f91e77",
            "last_updated": "2023-04-27T11:52:05.606475-04:00",
            "created_at": "2023-04-26T12:02:11.854602-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c05ca911-e624-49d1-a628-e6241dd6c757/?format=api"
        },
        {
            "id": "a382db1f-00dc-4868-8595-4a1f0c512d0b",
            "gambit_id": "9973d9a6-8e10-44ae-9581-de80ffba0517",
            "last_updated": "2023-04-27T11:52:05.608839-04:00",
            "created_at": "2023-04-26T12:02:11.856001-04:00",
            "name": "New York Knicks",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c05ca911-e624-49d1-a628-e6241dd6c757/?format=api"
        }
    ]
}