GET /api/bet_types/bbcd4bec-f62e-4e4c-97b1-e8183d980797/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbcd4bec-f62e-4e4c-97b1-e8183d980797",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbdd4fb3-6358-458e-ade3-0f72fb7975ab/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "HOU",
                "amount": 5829.0
            },
            {
                "team": "OAK",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ff2b502-8206-4cc3-9472-0b820c3170ef",
            "gambit_id": "ddb454a6-a8b7-4da6-9c73-38cfcca8f6a4",
            "last_updated": "2022-09-19T11:52:13.741164-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbcd4bec-f62e-4e4c-97b1-e8183d980797/?format=api"
        },
        {
            "id": "4e290e05-2ed2-40da-8b73-a59380db7a86",
            "gambit_id": "6446f029-1ce3-44c4-a82e-dc3ef5c3b78e",
            "last_updated": "2022-09-19T11:52:13.742309-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbcd4bec-f62e-4e4c-97b1-e8183d980797/?format=api"
        }
    ]
}