GET /api/bet_types/e40c060c-627e-49d1-aa98-1b7165617a5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e40c060c-627e-49d1-aa98-1b7165617a5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a16827ed-0330-4749-89d5-bcaf94464820/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-04T09:43:05.568695-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": "LAA",
                "amount": 6232.0
            },
            {
                "team": "SDG",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "8fb2554e-67ff-4976-9a29-7afbb5391b65",
            "gambit_id": "45bcbd5c-e985-4f6e-be73-96ac23a80cfa",
            "last_updated": "2023-07-05T18:53:21.615007-04:00",
            "created_at": "2023-07-04T09:43:05.573371-04:00",
            "name": "LAA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40c060c-627e-49d1-aa98-1b7165617a5b/?format=api"
        },
        {
            "id": "0d84ac29-4dd5-4bb8-8dbf-a7ddf169f408",
            "gambit_id": "9394b923-40f3-47c0-8e0c-4ce8e7e2fa45",
            "last_updated": "2023-07-05T18:53:21.613097-04:00",
            "created_at": "2023-07-04T09:43:05.571003-04:00",
            "name": "SDG",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40c060c-627e-49d1-aa98-1b7165617a5b/?format=api"
        }
    ]
}