GET /api/bet_types/bc197f9e-06e8-44c4-8bda-116c9c990af0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc197f9e-06e8-44c4-8bda-116c9c990af0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fa4b4bb-16ed-4d7e-8a0b-ff9057cf97c0/?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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "02671321-2a0b-48cf-bb68-e7a6d0431ec4",
            "gambit_id": "dd124676-6899-4ff2-974f-def00f721382",
            "last_updated": "2022-11-29T09:52:05.552788-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc197f9e-06e8-44c4-8bda-116c9c990af0/?format=api"
        },
        {
            "id": "a0315951-0184-4b21-aa0d-e291eb163baf",
            "gambit_id": "995b783c-3554-4669-8a2c-ad2d3dc8c40c",
            "last_updated": "2022-11-29T09:52:05.553739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc197f9e-06e8-44c4-8bda-116c9c990af0/?format=api"
        }
    ]
}