GET /api/bet_types/130d849b-64a5-4b8f-86c9-d842b2e42fd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "130d849b-64a5-4b8f-86c9-d842b2e42fd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ef46d6-abc8-4aad-8dcb-4ed8bbd900e2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:58.859733-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": "MIA",
                "amount": 6090.0
            },
            {
                "team": "TEX",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a7e1b78-c56a-4d1d-bc3a-2ac28c3bd7b0",
            "gambit_id": "8825da5d-e45e-49ba-937c-d3dbf9e814e6",
            "last_updated": "2023-08-05T12:03:13.317840-04:00",
            "created_at": "2023-08-04T08:52:58.863398-04:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/130d849b-64a5-4b8f-86c9-d842b2e42fd0/?format=api"
        },
        {
            "id": "7fe5c97f-5491-4a6b-bf7a-1958f2e705f3",
            "gambit_id": "278940bc-385e-4b2a-8768-46d2dd0f8728",
            "last_updated": "2023-08-05T12:03:13.323046-04:00",
            "created_at": "2023-08-04T08:52:58.867445-04:00",
            "name": "TEX",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/130d849b-64a5-4b8f-86c9-d842b2e42fd0/?format=api"
        }
    ]
}