GET /api/bet_types/8a353352-a24e-40d6-b80b-fa049fd6b0aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a353352-a24e-40d6-b80b-fa049fd6b0aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/891d27bc-abf8-4452-93b8-a57a04de1d8e/?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": "Atlanta Falcons",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6eab594e-3b51-49d8-a57b-3f8a2836d5fc",
            "gambit_id": "edd8cc26-8ddb-41f2-98a3-7e1efa252796",
            "last_updated": "2022-11-28T11:47:16.606278-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a353352-a24e-40d6-b80b-fa049fd6b0aa/?format=api"
        },
        {
            "id": "e0ff6b19-cd3d-4316-a1ab-bdfa8436b3c1",
            "gambit_id": "08e13c0d-a951-4c3c-ae6b-1abac9d55ff2",
            "last_updated": "2022-11-28T11:47:16.605294-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a353352-a24e-40d6-b80b-fa049fd6b0aa/?format=api"
        }
    ]
}