GET /api/bet_types/2188edb7-d1a6-4078-8ebb-2642aa2a489b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2188edb7-d1a6-4078-8ebb-2642aa2a489b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b7a3aff-5edb-416f-9a39-5a47b47d78bf/?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": "Chicago Bears",
                "amount": 5097.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "a499caf8-cd44-4262-8db4-77eda381a197",
            "gambit_id": "4c48b8db-6cb1-4500-8a16-2d40e86f552b",
            "last_updated": "2022-09-19T10:16:54.376744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2188edb7-d1a6-4078-8ebb-2642aa2a489b/?format=api"
        },
        {
            "id": "f7a2aad1-94da-4237-b731-5a01ab46fab1",
            "gambit_id": "51550b92-9901-49fe-b37b-0d51d846deec",
            "last_updated": "2022-09-19T10:16:54.375727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2188edb7-d1a6-4078-8ebb-2642aa2a489b/?format=api"
        }
    ]
}