GET /api/bet_types/19048c33-368f-42ca-955f-e1379acbad73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19048c33-368f-42ca-955f-e1379acbad73",
    "match": "https://api-prod.gambitprofit.com/api/matches/941fb778-9c78-4ff3-8bfc-9ef3ad881858/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T10:36:58.303672-05: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": "Jake Paul",
                "amount": 5623.0
            },
            {
                "team": "Tommy Fury",
                "amount": 4377.0
            }
        ],
        "expected_reward_tokens": 9277.95,
        "profit_sb": -222.05,
        "profit_sb_percentage": -2.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f39dad0-e593-4b17-92a3-d6da66269737",
            "gambit_id": "9711c7af-a3fd-4850-96ba-ac154b55d39a",
            "last_updated": "2023-02-28T12:37:07.487893-05:00",
            "created_at": "2023-02-26T10:36:58.304901-05:00",
            "name": "Jake Paul",
            "reward": "1.65000",
            "odds": "1.66700",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19048c33-368f-42ca-955f-e1379acbad73/?format=api"
        },
        {
            "id": "7e281d5d-c6eb-4b0e-bbd4-d28de74e5dea",
            "gambit_id": "0c992bbc-9bd3-4d33-8228-66617fd7c024",
            "last_updated": "2023-02-28T12:37:07.489156-05:00",
            "created_at": "2023-02-26T10:36:58.306149-05:00",
            "name": "Tommy Fury",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19048c33-368f-42ca-955f-e1379acbad73/?format=api"
        }
    ]
}