GET /api/bet_types/1f2cbfce-6d87-475e-a8fc-56211fcddeeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f2cbfce-6d87-475e-a8fc-56211fcddeeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a322f55c-31b7-4096-90ef-64d8fb06ab28/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:54.619087-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": "SEA",
                "amount": 5699.0
            },
            {
                "team": "TEX",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "52b50b94-1ef2-4703-804c-3fb502b07b8a",
            "gambit_id": "93edb155-a107-4048-a42f-a44960d2975e",
            "last_updated": "2023-06-05T10:57:25.623264-04:00",
            "created_at": "2023-06-04T12:16:54.621062-04:00",
            "name": "SEA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f2cbfce-6d87-475e-a8fc-56211fcddeeb/?format=api"
        },
        {
            "id": "c5fc6d25-0ba7-4487-815e-d6fd38a119e2",
            "gambit_id": "1f638581-9df6-4c14-b645-4050bbe4e3f3",
            "last_updated": "2023-06-05T10:57:25.625425-04:00",
            "created_at": "2023-06-04T12:16:54.622902-04:00",
            "name": "TEX",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f2cbfce-6d87-475e-a8fc-56211fcddeeb/?format=api"
        }
    ]
}