GET /api/bet_types/5b523db9-1788-4d03-b293-3076a62fe8c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b523db9-1788-4d03-b293-3076a62fe8c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a84f1cf4-c796-43c3-8772-cdecea95a7bd/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf39a189-8050-4b1a-8ecf-cd7fcc7ea271",
            "gambit_id": "ca5e5155-9117-46d3-ad68-d8afa976d191",
            "last_updated": "2022-11-17T09:32:20.622413-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b523db9-1788-4d03-b293-3076a62fe8c0/?format=api"
        },
        {
            "id": "c50af891-69b3-4258-a880-cda9537d2a55",
            "gambit_id": "5c01cce1-9162-4dae-ab26-1418236128b5",
            "last_updated": "2022-11-17T09:32:20.623413-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b523db9-1788-4d03-b293-3076a62fe8c0/?format=api"
        }
    ]
}