GET /api/bet_types/f894b864-5236-482c-bfbc-d095d7263682/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f894b864-5236-482c-bfbc-d095d7263682",
    "match": "https://api-prod.gambitprofit.com/api/matches/b24913c5-cc7e-43ee-b470-2a81edf38f80/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:09.072444-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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e02d3d8a-2767-4fe6-ab9e-2aa4f988c296",
            "gambit_id": "9539b942-e558-4d3b-81fc-73a57be24378",
            "last_updated": "2022-12-30T16:06:57.878218-05:00",
            "created_at": "2022-12-29T08:42:09.073599-05:00",
            "name": "Tennessee Titans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f894b864-5236-482c-bfbc-d095d7263682/?format=api"
        },
        {
            "id": "aea334b2-28cb-4eec-b881-97a9a50c60a0",
            "gambit_id": "8343bfe6-828c-4af1-bbbc-6c1d0e912820",
            "last_updated": "2022-12-30T16:06:57.879286-05:00",
            "created_at": "2022-12-29T08:42:09.074795-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f894b864-5236-482c-bfbc-d095d7263682/?format=api"
        }
    ]
}