GET /api/bet_types/f3c68239-08d4-422c-98f5-99a6cc4843ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3c68239-08d4-422c-98f5-99a6cc4843ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/1008b9da-b37d-4cdf-9ff3-f5c042c03733/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-22T08:23:12.365368-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": "SDG (B Snell)",
                "amount": 6173.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "e32df847-427e-434d-93a0-da5307993ead",
            "gambit_id": "1dcd5d23-96e8-49fe-8c0b-823c4a48b2f7",
            "last_updated": "2023-08-23T10:03:11.296826-04:00",
            "created_at": "2023-08-22T08:23:12.374892-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3c68239-08d4-422c-98f5-99a6cc4843ae/?format=api"
        },
        {
            "id": "44be2ed3-10e2-4119-93c7-9829f980faca",
            "gambit_id": "34f4e694-7ed7-4e26-88eb-60f375aadd34",
            "last_updated": "2023-08-23T10:03:11.293384-04:00",
            "created_at": "2023-08-22T08:23:12.370395-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3c68239-08d4-422c-98f5-99a6cc4843ae/?format=api"
        }
    ]
}