GET /api/bet_types/1c285e0b-896f-4ee1-b659-67ab45a0f373/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c285e0b-896f-4ee1-b659-67ab45a0f373",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecfb2fcf-0d69-44a6-8e9c-f52c507719c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-09T09:02:03.500466-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": "Sacramento Kings",
                "amount": 5213.0
            },
            {
                "team": "New York Knicks",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a1b8878-8c06-4c10-a009-657bde34d79f",
            "gambit_id": "7b9b985e-27e2-4a2b-a569-2644495d9dbf",
            "last_updated": "2023-03-10T09:57:20.667021-05:00",
            "created_at": "2023-03-09T09:02:03.501695-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c285e0b-896f-4ee1-b659-67ab45a0f373/?format=api"
        },
        {
            "id": "6a789e88-5c0e-4ac6-b394-ddcf99d464ee",
            "gambit_id": "5b2324f4-9c63-463f-8533-e64f397f38eb",
            "last_updated": "2023-03-10T09:57:20.668160-05:00",
            "created_at": "2023-03-09T09:02:03.503212-05:00",
            "name": "New York Knicks",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c285e0b-896f-4ee1-b659-67ab45a0f373/?format=api"
        }
    ]
}