GET /api/bet_types/828acb4e-f731-4e86-87b7-7af00a9ed754/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "828acb4e-f731-4e86-87b7-7af00a9ed754",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7452916-23fe-4f1b-b9d5-4446d3f11082/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:08:00.492748-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": "NYM",
                "amount": 5319.0
            },
            {
                "team": "ARI",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e250a5e1-8167-43ed-a90f-444746e5f299",
            "gambit_id": "55c3dd04-91ac-4739-8585-269bf392fd6e",
            "last_updated": "2023-09-15T10:18:23.594559-04:00",
            "created_at": "2023-09-13T09:08:00.507491-04:00",
            "name": "NYM",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828acb4e-f731-4e86-87b7-7af00a9ed754/?format=api"
        },
        {
            "id": "088ee0fe-6c80-4a86-a22f-60968ddcf94e",
            "gambit_id": "e8a7ae12-cba3-46d4-94a3-55b81ca8e867",
            "last_updated": "2023-09-15T10:18:23.587475-04:00",
            "created_at": "2023-09-13T09:08:00.500256-04:00",
            "name": "ARI",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828acb4e-f731-4e86-87b7-7af00a9ed754/?format=api"
        }
    ]
}