GET /api/bet_types/8795fc4b-a344-49c0-8e5a-08e8b50b21cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8795fc4b-a344-49c0-8e5a-08e8b50b21cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/db2b38d6-96b6-41bc-9866-254de9b9adf1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T09:57:59.455179-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": "Lerone Murphy",
                "amount": 5496.0
            },
            {
                "team": "Josh Culibao",
                "amount": 4504.0
            }
        ],
        "expected_reward_tokens": 9233.2,
        "profit_sb": -266.8,
        "profit_sb_percentage": -2.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc3aed4c-2faa-4aa7-962e-8706f724d8e8",
            "gambit_id": "acf80005-27c2-4549-b98a-34cf618f1a49",
            "last_updated": "2023-07-23T22:07:59.811977-04:00",
            "created_at": "2023-07-22T09:57:59.466102-04:00",
            "name": "Lerone Murphy",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8795fc4b-a344-49c0-8e5a-08e8b50b21cd/?format=api"
        },
        {
            "id": "23e6304c-cb99-48de-9bb9-6b2609bd2df6",
            "gambit_id": "646f9e60-26e9-4a80-88cc-a3141e38a40b",
            "last_updated": "2023-07-23T22:07:59.808750-04:00",
            "created_at": "2023-07-22T09:57:59.459759-04:00",
            "name": "Josh Culibao",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8795fc4b-a344-49c0-8e5a-08e8b50b21cd/?format=api"
        }
    ]
}