GET /api/bet_types/7c595040-027f-4b09-b0c4-db0ba3e865cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c595040-027f-4b09-b0c4-db0ba3e865cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e16ed40d-b4cf-4118-a500-f2a98dc48286/?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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9148cf7f-1b9a-4862-b1aa-e2d063763778",
            "gambit_id": "bf156e75-f145-4e2b-bb99-d0790e924f2e",
            "last_updated": "2022-08-12T10:07:12.213712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c595040-027f-4b09-b0c4-db0ba3e865cb/?format=api"
        },
        {
            "id": "112e54de-9f23-441f-a698-45696677ac08",
            "gambit_id": "fee638e1-99fa-4238-b2ef-00b8cd5b98bb",
            "last_updated": "2022-08-12T10:07:12.214114-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c595040-027f-4b09-b0c4-db0ba3e865cb/?format=api"
        }
    ]
}