GET /api/bet_types/8dce7a42-0c61-4789-ae56-a0af45cf6e0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dce7a42-0c61-4789-ae56-a0af45cf6e0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4db18a02-dd02-4fec-b023-969acd9f5eec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T11:07:02.905082-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b22543d3-3a0a-4db0-864f-69d1bbe58aff",
            "gambit_id": "e728e95f-2f03-440b-a0f2-83fa78c5e603",
            "last_updated": "2023-03-26T13:37:07.418527-04:00",
            "created_at": "2023-03-24T11:07:02.906325-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dce7a42-0c61-4789-ae56-a0af45cf6e0d/?format=api"
        },
        {
            "id": "1798f8bc-aa23-4299-8958-431a035dcae4",
            "gambit_id": "0b68db9a-2d3d-4ceb-93cd-5b803c8ad31c",
            "last_updated": "2023-03-26T13:37:07.420607-04:00",
            "created_at": "2023-03-24T11:07:02.908247-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dce7a42-0c61-4789-ae56-a0af45cf6e0d/?format=api"
        }
    ]
}