GET /api/bet_types/fb6fd650-1fdf-43da-87e6-84d999f9149d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb6fd650-1fdf-43da-87e6-84d999f9149d",
    "match": "https://api-prod.gambitprofit.com/api/matches/14d031e7-fffe-4aa9-bf99-e1c52b29682e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:26.494495-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": "TEX (M Scherzer)",
                "amount": 5325.0
            },
            {
                "team": "MIN (J Ryan)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "728ab1be-f20c-4c96-b1a9-2db079699fe9",
            "gambit_id": "1846f3b4-9d6d-4f76-a083-92d4e0c4b749",
            "last_updated": "2023-08-28T16:13:31.650572-04:00",
            "created_at": "2023-08-26T09:23:26.498279-04:00",
            "name": "TEX (M Scherzer)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb6fd650-1fdf-43da-87e6-84d999f9149d/?format=api"
        },
        {
            "id": "218dab53-fd5c-43fe-b129-ff417ca2c1e3",
            "gambit_id": "b538bab1-8d53-407b-b868-4115d5f0dc39",
            "last_updated": "2023-08-28T16:13:31.654087-04:00",
            "created_at": "2023-08-26T09:23:26.502049-04:00",
            "name": "MIN (J Ryan)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb6fd650-1fdf-43da-87e6-84d999f9149d/?format=api"
        }
    ]
}