GET /api/bet_types/935ff815-fd0f-4ece-bfd1-dbf6fb02f961/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "935ff815-fd0f-4ece-bfd1-dbf6fb02f961",
    "match": "https://api-prod.gambitprofit.com/api/matches/666f75cd-13fb-456b-9b62-0189584d2c09/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:24.464944-04: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": 6010.0
            },
            {
                "team": "WAS",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e67b313-ba63-45f8-9f2e-62068adb507f",
            "gambit_id": "64860fef-45e8-4e0a-b001-b017a3c863ac",
            "last_updated": "2023-08-14T18:43:06.520060-04:00",
            "created_at": "2023-08-13T10:18:24.468724-04:00",
            "name": "OAK",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/935ff815-fd0f-4ece-bfd1-dbf6fb02f961/?format=api"
        },
        {
            "id": "c88bceba-bd2d-460e-a05f-cc592a11bcfb",
            "gambit_id": "430318c5-58ce-407b-9e16-6b9004c34886",
            "last_updated": "2023-08-14T18:43:06.523804-04:00",
            "created_at": "2023-08-13T10:18:24.473016-04:00",
            "name": "WAS",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/935ff815-fd0f-4ece-bfd1-dbf6fb02f961/?format=api"
        }
    ]
}