GET /api/bet_types/1d02ddce-edcd-4063-be25-bcc1a74b0a46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d02ddce-edcd-4063-be25-bcc1a74b0a46",
    "match": "https://api-prod.gambitprofit.com/api/matches/98ae7793-60e6-404e-9b30-4de4e1a307c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-29T08:41:55.706338-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": "Cleveland Cavaliers",
                "amount": 8286.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 1714.0
            }
        ],
        "expected_reward_tokens": 9528.9,
        "profit_sb": 28.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "04e035c4-e2ad-4284-8d48-89391812125d",
            "gambit_id": "d2ef9bb0-0fd8-47dc-b4be-2625c0afc440",
            "last_updated": "2023-01-30T17:46:59.290999-05:00",
            "created_at": "2023-01-29T08:41:55.707443-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d02ddce-edcd-4063-be25-bcc1a74b0a46/?format=api"
        },
        {
            "id": "afd839a5-5ec4-4ccb-afb9-5fd04e4c22f2",
            "gambit_id": "0ee7ecce-0a98-4497-890a-ae1cab96fb8a",
            "last_updated": "2023-01-30T17:46:59.289717-05:00",
            "created_at": "2023-01-29T08:41:55.708662-05:00",
            "name": "Los Angeles Clippers",
            "reward": "5.56000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d02ddce-edcd-4063-be25-bcc1a74b0a46/?format=api"
        }
    ]
}