GET /api/bet_types/69e9742b-e546-4977-ab06-b6b0f5aacf30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69e9742b-e546-4977-ab06-b6b0f5aacf30",
    "match": "https://api-prod.gambitprofit.com/api/matches/f63037c6-3327-4741-a658-32959c5f152a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T15:32:14.472810-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": "Atlanta Hawks",
                "amount": 5106.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f47b693e-664e-40e4-9cef-7132b71c9f8b",
            "gambit_id": "6f59d732-b29a-448c-bfd1-780e1ac9424c",
            "last_updated": "2023-01-30T17:46:58.398003-05:00",
            "created_at": "2023-01-28T15:32:14.474445-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e9742b-e546-4977-ab06-b6b0f5aacf30/?format=api"
        },
        {
            "id": "46adf1b9-1574-4414-b482-d164ca884783",
            "gambit_id": "5d43bf05-b404-4ccf-9378-21e0caa48518",
            "last_updated": "2023-01-30T17:46:58.399235-05:00",
            "created_at": "2023-01-28T15:32:14.476116-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e9742b-e546-4977-ab06-b6b0f5aacf30/?format=api"
        }
    ]
}