GET /api/bet_types/06f1440c-3239-40de-9a10-ef2912e2ecdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06f1440c-3239-40de-9a10-ef2912e2ecdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/00101007-c775-4545-a65a-47eeb4750868/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-26T08:58:21.650399-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": "NYY",
                "amount": 5614.0
            },
            {
                "team": "TOR",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ed22c1c-e26a-4872-8d80-7c1b0e1ebb67",
            "gambit_id": "834fec06-7ccd-4331-aa9a-75d3e879b16b",
            "last_updated": "2023-09-27T18:53:10.318938-04:00",
            "created_at": "2023-09-26T08:58:21.654361-04:00",
            "name": "NYY",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f1440c-3239-40de-9a10-ef2912e2ecdb/?format=api"
        },
        {
            "id": "82e8fbef-0888-4404-85cb-c7768265bb02",
            "gambit_id": "2385dc27-879e-4b84-9b62-296506d5c031",
            "last_updated": "2023-09-27T18:53:10.322311-04:00",
            "created_at": "2023-09-26T08:58:21.658486-04:00",
            "name": "TOR",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f1440c-3239-40de-9a10-ef2912e2ecdb/?format=api"
        }
    ]
}