GET /api/bet_types/67ab2a1b-3a34-4e3c-843f-0d5666d06088/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67ab2a1b-3a34-4e3c-843f-0d5666d06088",
    "match": "https://api-prod.gambitprofit.com/api/matches/efdfe73b-4df2-436d-86ff-84250498af9d/?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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b96182c-b28e-49ab-8166-b09ce732c85c",
            "gambit_id": "3e10a612-ecef-48e4-ab7c-790b679bb2a2",
            "last_updated": "2022-12-12T18:57:22.863131-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ab2a1b-3a34-4e3c-843f-0d5666d06088/?format=api"
        },
        {
            "id": "9d8e8f12-1d35-4b1e-9ecb-b6ac69bf0f02",
            "gambit_id": "af9d4ed5-1d0c-4585-b800-0b5ec5cf7878",
            "last_updated": "2022-12-12T18:57:22.862045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ab2a1b-3a34-4e3c-843f-0d5666d06088/?format=api"
        }
    ]
}