GET /api/bet_types/58f233cb-bb88-4474-bcf1-3981b3c1fe70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58f233cb-bb88-4474-bcf1-3981b3c1fe70",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e1bfa95-d2bb-4677-9a66-e002d2f43d44/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:06.591912-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": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd1513f7-d94b-451c-a68b-1a2b3627cdac",
            "gambit_id": "e9223290-9061-498e-ac46-348c9dd81f13",
            "last_updated": "2023-11-07T20:58:21.353148-05:00",
            "created_at": "2023-11-06T07:58:06.597454-05:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58f233cb-bb88-4474-bcf1-3981b3c1fe70/?format=api"
        },
        {
            "id": "de099e0f-1154-408a-b0cd-c33a3679730c",
            "gambit_id": "0c8974e6-8b65-43f2-bb06-b13a33d705a1",
            "last_updated": "2023-11-07T20:58:21.356290-05:00",
            "created_at": "2023-11-06T07:58:06.601653-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58f233cb-bb88-4474-bcf1-3981b3c1fe70/?format=api"
        }
    ]
}