GET /api/bet_types/7a90947c-d087-46b7-8373-38ef42cc9014/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a90947c-d087-46b7-8373-38ef42cc9014",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e1a0daa-d245-412d-9eb1-8b3a5fcb5571/?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": "St Louis Cardinals",
                "amount": 5399.0
            },
            {
                "team": "Cincinnati Reds",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "456e8bf7-0341-422e-b381-ca214930a9a7",
            "gambit_id": "f3081b7e-4e37-401d-8c33-5140ebe1b17f",
            "last_updated": "2022-09-17T17:07:23.864709-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Cardinals",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a90947c-d087-46b7-8373-38ef42cc9014/?format=api"
        },
        {
            "id": "97136520-ac94-47bb-a2aa-d01fc3f5cde7",
            "gambit_id": "cd3dbd94-72a3-443d-a3c0-6062456c6c41",
            "last_updated": "2022-09-17T17:07:23.865886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Reds",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a90947c-d087-46b7-8373-38ef42cc9014/?format=api"
        }
    ]
}