GET /api/bet_types/975197fa-a9d9-4199-86e4-fcde247a35a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "975197fa-a9d9-4199-86e4-fcde247a35a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5ff4ca3-f00d-4980-b561-863b8311e631/?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": "OAK",
                "amount": 5302.0
            },
            {
                "team": "CWS",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 9066.42,
        "profit_sb": 66.42,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "29c1eb66-5f32-483c-b557-8cae64034cd0",
            "gambit_id": "885d1922-4654-4bca-877b-45e97133dd7f",
            "last_updated": "2022-09-12T10:52:16.617592-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/975197fa-a9d9-4199-86e4-fcde247a35a8/?format=api"
        },
        {
            "id": "661b7460-c5ec-4d94-a114-8d187a8d222b",
            "gambit_id": "9d5a8ebf-1900-4c5f-b349-cc70623455dc",
            "last_updated": "2022-09-12T10:52:16.618567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/975197fa-a9d9-4199-86e4-fcde247a35a8/?format=api"
        }
    ]
}