GET /api/bet_types/0042ab9e-b491-4016-949e-70cf578d8336/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0042ab9e-b491-4016-949e-70cf578d8336",
    "match": "https://api-prod.gambitprofit.com/api/matches/daf30a8a-5414-4cae-8db2-6967ad28b281/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:56.103169-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": "MIN (J Ryan)",
                "amount": 5208.0
            },
            {
                "team": "HOU (L Garcia)",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9582.72,
        "profit_sb": 82.72,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "01ffad3a-924d-482d-8ba8-e0d3e260e599",
            "gambit_id": "461fab08-74e1-470b-954e-ff565274111a",
            "last_updated": "2023-04-09T11:42:13.769900-04:00",
            "created_at": "2023-04-08T09:01:56.105166-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0042ab9e-b491-4016-949e-70cf578d8336/?format=api"
        },
        {
            "id": "654b47ab-8f16-4f8e-99d8-d916b5585e95",
            "gambit_id": "7a57912e-d9a8-472f-85e1-86869687c23a",
            "last_updated": "2023-04-09T11:42:13.772087-04:00",
            "created_at": "2023-04-08T09:01:56.107396-04:00",
            "name": "HOU (L Garcia)",
            "reward": "2.00000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0042ab9e-b491-4016-949e-70cf578d8336/?format=api"
        }
    ]
}