GET /api/bet_types/eea78b11-4a4d-433c-8f44-e7fc45d7d114/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eea78b11-4a4d-433c-8f44-e7fc45d7d114",
    "match": "https://api-prod.gambitprofit.com/api/matches/be3049cc-fc1d-4daa-903f-ef764d94e780/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T09:23:12.054477-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": "BOS",
                "amount": 6090.0
            },
            {
                "team": "TOR",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a170409b-9897-4347-af95-d3756bd736f1",
            "gambit_id": "bfe71940-cbe4-48d4-89fe-bdd8a057315b",
            "last_updated": "2023-09-17T11:53:31.989766-04:00",
            "created_at": "2023-09-16T09:23:12.058032-04:00",
            "name": "BOS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eea78b11-4a4d-433c-8f44-e7fc45d7d114/?format=api"
        },
        {
            "id": "8a32360e-762f-475b-b023-c9b61932dd72",
            "gambit_id": "d1201879-6218-4ec7-b965-af4b3470a763",
            "last_updated": "2023-09-17T11:53:31.994204-04:00",
            "created_at": "2023-09-16T09:23:12.062092-04:00",
            "name": "TOR",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eea78b11-4a4d-433c-8f44-e7fc45d7d114/?format=api"
        }
    ]
}