GET /api/bet_types/367ac02b-1edc-4f97-8d6f-e57c1ec06f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "367ac02b-1edc-4f97-8d6f-e57c1ec06f0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d0c41ae-7b27-407e-8eda-11301597abde/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:21:51.926345-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": "Cincinnati Bengals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "55b8a1a6-b796-4470-90d7-8abe83341ee4",
            "gambit_id": "9795349d-5815-4ad2-bddb-07b665814bcc",
            "last_updated": "2023-01-16T10:37:18.378179-05:00",
            "created_at": "2023-01-11T10:21:51.928589-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/367ac02b-1edc-4f97-8d6f-e57c1ec06f0f/?format=api"
        },
        {
            "id": "dfabb5f1-f8ce-4bf6-8384-2253f720abf8",
            "gambit_id": "540bcc0b-01fb-4c21-ab7d-3839f2579410",
            "last_updated": "2023-01-16T10:37:18.375100-05:00",
            "created_at": "2023-01-11T10:21:51.927443-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/367ac02b-1edc-4f97-8d6f-e57c1ec06f0f/?format=api"
        }
    ]
}