GET /api/bet_types/0732442c-566e-4646-8f80-b6abe93eb64b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0732442c-566e-4646-8f80-b6abe93eb64b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ef47d70-802b-4aba-8114-e33d8a9c20d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:17:59.206240-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": "Boston Celtics",
                "amount": 6154.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "6386d5d0-4da6-4634-b295-767b43cb28da",
            "gambit_id": "72441703-508c-4d1a-ab07-4f66e41e3df9",
            "last_updated": "2023-12-26T15:18:20.482637-05:00",
            "created_at": "2023-12-23T09:17:59.209848-05:00",
            "name": "Boston Celtics",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0732442c-566e-4646-8f80-b6abe93eb64b/?format=api"
        },
        {
            "id": "bea07239-704f-4034-be34-63fe069763be",
            "gambit_id": "35887ca6-7da2-4229-aa6c-bbca43af1f2e",
            "last_updated": "2023-12-26T15:18:20.491360-05:00",
            "created_at": "2023-12-23T09:17:59.213885-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0732442c-566e-4646-8f80-b6abe93eb64b/?format=api"
        }
    ]
}