GET /api/bet_types/1309f0a3-fbaa-409f-9fea-c5ac364ecf42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1309f0a3-fbaa-409f-9fea-c5ac364ecf42",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6f86506-e6e4-46f2-8101-2639d1a312db/?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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "196a54ee-c16d-4928-ae98-7b0d70bef62f",
            "gambit_id": "19d31bfc-b8cc-4eb5-b37c-668a198ce62f",
            "last_updated": "2022-10-24T11:47:18.427407-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1309f0a3-fbaa-409f-9fea-c5ac364ecf42/?format=api"
        },
        {
            "id": "37d3aeff-00d7-430d-9ea6-4746fc0be56a",
            "gambit_id": "29dc235e-992d-49ba-a6f4-a448e7e457f3",
            "last_updated": "2022-10-24T11:47:18.428360-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1309f0a3-fbaa-409f-9fea-c5ac364ecf42/?format=api"
        }
    ]
}