GET /api/bet_types/76861736-40fe-4f84-8f1f-3b8e474350f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76861736-40fe-4f84-8f1f-3b8e474350f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ebb8db3-81de-49ab-b5a8-dad8d5368229/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-22T09:58:24.281243-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": "OAK",
                "amount": 5213.0
            },
            {
                "team": "DET",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b53fafb-2c5e-4db2-baa9-da9b5f5c4bf2",
            "gambit_id": "fbe265fb-93c0-4976-a362-8cec6ee322ef",
            "last_updated": "2023-09-23T20:48:06.920886-04:00",
            "created_at": "2023-09-22T09:58:24.289872-04:00",
            "name": "OAK",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76861736-40fe-4f84-8f1f-3b8e474350f3/?format=api"
        },
        {
            "id": "6cc4d148-5582-4227-a6f3-12bdf86d24ac",
            "gambit_id": "a00cdde5-e933-4b12-9a02-8e99c4835ac4",
            "last_updated": "2023-09-23T20:48:06.915846-04:00",
            "created_at": "2023-09-22T09:58:24.285330-04:00",
            "name": "DET",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76861736-40fe-4f84-8f1f-3b8e474350f3/?format=api"
        }
    ]
}