GET /api/bet_types/6ec4ae93-215c-4ff0-8737-56397b801774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ec4ae93-215c-4ff0-8737-56397b801774",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a8c6b78-3b1d-4246-9cf5-06da46e0e24a/?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": 6519.0
            },
            {
                "team": "CHC",
                "amount": 3481.0
            }
        ],
        "expected_reward_tokens": 9189.84,
        "profit_sb": 189.84,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "f66f5b71-9905-489e-af5a-9343a2e42ad0",
            "gambit_id": "30588dff-a97d-49e0-9f7a-c8c7a15d2307",
            "last_updated": "2022-08-07T11:02:17.952567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ec4ae93-215c-4ff0-8737-56397b801774/?format=api"
        },
        {
            "id": "5b893ff5-4ea3-431b-ae99-1fc318102c6c",
            "gambit_id": "692aa47f-c354-47bc-8c9f-707b0e63b57e",
            "last_updated": "2022-08-07T11:02:17.952182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.64000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ec4ae93-215c-4ff0-8737-56397b801774/?format=api"
        }
    ]
}