GET /api/bet_types/59be7a18-ed30-46bd-ab58-477c32e86909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59be7a18-ed30-46bd-ab58-477c32e86909",
    "match": "https://api-prod.gambitprofit.com/api/matches/3dcd8cc7-eb6a-4522-8da7-760cdd18c5cf/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-06T22:48:23.923215-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Kansas City Chiefs",
                "amount": 5827.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 8971.95,
        "profit_sb": -528.05,
        "profit_sb_percentage": -5.56,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Kansas City Chiefs",
                "amount": 5773.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4135.0
            },
            {
                "team": "Neither team to score 10 or more points",
                "amount": 92.0
            }
        ],
        "expected_reward_tokens": 8878.0,
        "profit_sb": -622.0,
        "profit_sb_percentage": -6.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "3530ff30-bdd7-4ea1-9a2a-8b10126756f1",
            "gambit_id": "449b3e24-522d-4731-abaf-e2a10e45bdae",
            "last_updated": "2023-09-08T09:58:01.767356-04:00",
            "created_at": "2023-09-06T22:48:23.931290-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.54000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59be7a18-ed30-46bd-ab58-477c32e86909/?format=api"
        },
        {
            "id": "9b5e8f48-dbcf-48a4-8792-19bb65c34060",
            "gambit_id": "a12d476f-5208-4bd4-ada8-f3422b4b3830",
            "last_updated": "2023-09-08T09:58:01.762184-04:00",
            "created_at": "2023-09-06T22:48:23.927048-04:00",
            "name": "Detroit Lions",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59be7a18-ed30-46bd-ab58-477c32e86909/?format=api"
        },
        {
            "id": "cdd578cc-8f0b-44ff-add7-c297b841af40",
            "gambit_id": "2b6fc4da-3914-40be-8437-6d18275923ce",
            "last_updated": "2023-09-08T09:58:01.771488-04:00",
            "created_at": "2023-09-06T22:48:23.934878-04:00",
            "name": "Neither team to score 10 or more points",
            "reward": "96.50000",
            "odds": "101.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59be7a18-ed30-46bd-ab58-477c32e86909/?format=api"
        }
    ]
}