GET /api/bet_types/507d8b69-4d0f-406e-a6ad-1372a477204e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "507d8b69-4d0f-406e-a6ad-1372a477204e",
    "match": "https://api-prod.gambitprofit.com/api/matches/98702dc7-4c31-4d24-80c6-058ef27d17f2/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a26aa96-45ba-49fc-89b5-2f0d8b989ead",
            "gambit_id": "7eec4286-a81f-49c7-9fae-fc159aaeacff",
            "last_updated": "2022-11-14T15:07:44.368331-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/507d8b69-4d0f-406e-a6ad-1372a477204e/?format=api"
        },
        {
            "id": "e2ab43f1-5b3e-46fe-8bf6-d6ecba0d0b40",
            "gambit_id": "01d5ff41-6c95-4933-8753-c1f1e34a535f",
            "last_updated": "2022-11-14T15:07:44.367158-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/507d8b69-4d0f-406e-a6ad-1372a477204e/?format=api"
        }
    ]
}