GET /api/bet_types/7de86df0-2d81-4a08-b06c-3bf811dd497f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7de86df0-2d81-4a08-b06c-3bf811dd497f",
    "match": "https://api-prod.gambitprofit.com/api/matches/867876c9-2b7a-4f5c-8a2d-594215995b60/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:08.682849-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": "Boston Celtics",
                "amount": 6241.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "c868448d-5ea9-424f-9527-0e38b038a5cf",
            "gambit_id": "b178de71-e1e8-4123-8256-69124c1f362b",
            "last_updated": "2023-04-10T14:52:07.553827-04:00",
            "created_at": "2023-04-09T09:27:08.684939-04:00",
            "name": "Boston Celtics",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7de86df0-2d81-4a08-b06c-3bf811dd497f/?format=api"
        },
        {
            "id": "67fc8464-f564-4285-8e93-75e196016d84",
            "gambit_id": "7fe7bf98-95b0-4679-938a-a102503d5553",
            "last_updated": "2023-04-10T14:52:07.555920-04:00",
            "created_at": "2023-04-09T09:27:08.686915-04:00",
            "name": "Atlanta Hawks",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7de86df0-2d81-4a08-b06c-3bf811dd497f/?format=api"
        }
    ]
}