GET /api/bet_types/2076b991-290d-430c-926b-504150449c25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2076b991-290d-430c-926b-504150449c25",
    "match": "https://api-prod.gambitprofit.com/api/matches/c260690d-f3da-4b94-be1a-3004b1bd914c/?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": "MIA",
                "amount": 5096.0
            },
            {
                "team": "TAM",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "08354cf5-191b-48fe-8a41-eb318070f4ac",
            "gambit_id": "6e66c541-cec5-46e4-b4f6-234337286e74",
            "last_updated": "2022-12-24T17:12:09.063165-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2076b991-290d-430c-926b-504150449c25/?format=api"
        },
        {
            "id": "b7a86d4d-f7d2-4d74-b4f5-eab704373e6c",
            "gambit_id": "88e64552-5655-428a-a416-83d133c9b8f6",
            "last_updated": "2022-12-24T17:12:09.064370-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2076b991-290d-430c-926b-504150449c25/?format=api"
        }
    ]
}