GET /api/bet_types/e9e45f85-ceaa-4e18-a81a-f770de064bf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9e45f85-ceaa-4e18-a81a-f770de064bf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e087b734-f407-4ed0-b8c0-affcea0dd0ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:12.534437-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aeda5ace-701a-4362-acba-43a29fe3d6a8",
            "gambit_id": "b03bb219-844e-4480-940f-b8010b606ea1",
            "last_updated": "2023-04-27T11:52:06.419022-04:00",
            "created_at": "2023-04-26T12:02:12.536079-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e45f85-ceaa-4e18-a81a-f770de064bf0/?format=api"
        },
        {
            "id": "757fb478-4730-4f59-9491-84cbb7f57d1e",
            "gambit_id": "00b0a089-2f29-4bc6-9deb-02a691f477c0",
            "last_updated": "2023-04-27T11:52:06.421322-04:00",
            "created_at": "2023-04-26T12:02:12.537773-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e45f85-ceaa-4e18-a81a-f770de064bf0/?format=api"
        }
    ]
}