GET /api/bet_types/6b52078e-0154-4686-97b2-df16fa54447e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b52078e-0154-4686-97b2-df16fa54447e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3858c05-4840-46e9-9d2b-c0739ef3af42/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "HOU (J Urquidy)",
                "amount": 5520.0
            },
            {
                "team": "LAA (S Ohtani)",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": 273.6,
        "profit_sb_percentage": 3.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "83d7f831-89cb-4ff9-882a-11bc982d6476",
            "gambit_id": "3e1ec995-29ce-4022-9c2e-f6e33cd714ba",
            "last_updated": "2022-09-11T18:27:16.588932-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Urquidy)",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b52078e-0154-4686-97b2-df16fa54447e/?format=api"
        },
        {
            "id": "93ef0be3-9eac-4318-acb5-3df7c35983c1",
            "gambit_id": "6d618ea3-718c-41d6-806d-aff01d6f9a14",
            "last_updated": "2022-09-11T18:27:16.589909-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (S Ohtani)",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b52078e-0154-4686-97b2-df16fa54447e/?format=api"
        }
    ]
}