GET /api/bet_types/fa4f7726-9d41-403c-859f-ea507022e138/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa4f7726-9d41-403c-859f-ea507022e138",
    "match": "https://api-prod.gambitprofit.com/api/matches/4edd6600-0360-4da5-95a0-88b9d35ab6c2/?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": "MIA",
                "amount": 5511.0
            },
            {
                "team": "SDG",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "40bdc74e-9391-47cf-bca4-23f723b2e190",
            "gambit_id": "f185ebdb-500f-4b7e-863b-82a2dddc7b0b",
            "last_updated": "2022-08-18T10:31:51.267936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4f7726-9d41-403c-859f-ea507022e138/?format=api"
        },
        {
            "id": "cedafc74-5822-4ba0-af88-5e63fb4676ff",
            "gambit_id": "69cf63be-b6ea-4699-8fe8-38c9f9ff5ed8",
            "last_updated": "2022-08-18T10:31:51.268330-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4f7726-9d41-403c-859f-ea507022e138/?format=api"
        }
    ]
}