GET /api/bet_types/36ce9367-77d7-4f32-87f5-40cdaec4a7c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36ce9367-77d7-4f32-87f5-40cdaec4a7c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eca4566-59d9-4470-9ab6-8305e026c252/?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": "TAM",
                "amount": 6563.0
            },
            {
                "team": "CLE",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbf1aa2f-f4db-41c4-93a0-9c6db3705c8a",
            "gambit_id": "3dc62152-dc78-4a54-9e75-ca2d7b1b0d7f",
            "last_updated": "2022-10-08T08:57:15.095128-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ce9367-77d7-4f32-87f5-40cdaec4a7c0/?format=api"
        },
        {
            "id": "e4cb9fe7-3479-4d1b-b546-cbb6e9d68689",
            "gambit_id": "9a957a29-8298-4a31-adf5-550e7b7c155b",
            "last_updated": "2022-10-08T08:57:15.094129-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ce9367-77d7-4f32-87f5-40cdaec4a7c0/?format=api"
        }
    ]
}