GET /api/bet_types/cba2a8e7-d123-4cfd-b2a4-7cc1fe272ec4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cba2a8e7-d123-4cfd-b2a4-7cc1fe272ec4",
    "match": "https://api-prod.gambitprofit.com/api/matches/71891e1c-f379-4e00-8413-e80c3b0ba930/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:07:56.288465-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb3685f1-291c-460e-88df-1655088f3ef1",
            "gambit_id": "8895db75-32b3-4e7b-ae9f-ef488c80db55",
            "last_updated": "2024-01-09T10:43:23.540831-05:00",
            "created_at": "2024-01-07T09:07:56.292813-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba2a8e7-d123-4cfd-b2a4-7cc1fe272ec4/?format=api"
        },
        {
            "id": "407ffcf6-a431-4f23-aef9-8d10d6ae13c4",
            "gambit_id": "5da5a969-9cb4-4d93-bcf3-366bf602a9d7",
            "last_updated": "2024-01-09T10:43:23.544299-05:00",
            "created_at": "2024-01-07T09:07:56.297525-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba2a8e7-d123-4cfd-b2a4-7cc1fe272ec4/?format=api"
        }
    ]
}