GET /api/bet_types/3a6d549d-ab0f-4076-aafa-5d3d752a9d99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a6d549d-ab0f-4076-aafa-5d3d752a9d99",
    "match": "https://api-prod.gambitprofit.com/api/matches/c055de15-8955-4191-997f-3f5a005dba79/?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": "Miami Dolphins",
                "amount": 5208.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "89168780-0a2c-4812-99f6-ea560c33e827",
            "gambit_id": "f39bbe60-2af0-473a-bf46-bd2cfb65f093",
            "last_updated": "2022-12-12T10:22:12.499646-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6d549d-ab0f-4076-aafa-5d3d752a9d99/?format=api"
        },
        {
            "id": "56c625fe-003d-45e6-a169-d8e8dc9eb557",
            "gambit_id": "a9f7ae44-de1a-4a4f-ac49-45620d8bc11c",
            "last_updated": "2022-12-12T10:22:12.498600-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6d549d-ab0f-4076-aafa-5d3d752a9d99/?format=api"
        }
    ]
}