GET /api/bet_types/1567c82d-864b-419c-8368-6f0f0c69f62c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1567c82d-864b-419c-8368-6f0f0c69f62c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ea29f3a-0daf-4dee-a09c-c1bf0bac4f1e/?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": "Arizona Cardinals",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "521f6d3b-7f74-4879-a83f-6e949ef8edd9",
            "gambit_id": "c63557af-ecd9-4477-82b8-da10474d723a",
            "last_updated": "2022-08-22T11:12:14.821945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1567c82d-864b-419c-8368-6f0f0c69f62c/?format=api"
        },
        {
            "id": "888de6fc-15d3-4d00-868f-621299c4f712",
            "gambit_id": "cb183f02-ab1f-44d7-a35b-27f3a3ddb8db",
            "last_updated": "2022-08-22T11:12:14.822421-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1567c82d-864b-419c-8368-6f0f0c69f62c/?format=api"
        }
    ]
}