GET /api/bet_types/47605d77-db62-48ce-8023-8159099bb037/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47605d77-db62-48ce-8023-8159099bb037",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef19cba6-8656-437c-8906-3659f3fff783/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:13.022603-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": "Seattle Kraken",
                "amount": 6458.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "81333e48-e141-4742-b7af-9955bbe643da",
            "gambit_id": "715fcbd3-700b-4d37-8b7c-b5361e8a5c66",
            "last_updated": "2023-05-10T16:02:12.811775-04:00",
            "created_at": "2023-05-09T11:07:13.024469-04:00",
            "name": "Seattle Kraken",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47605d77-db62-48ce-8023-8159099bb037/?format=api"
        },
        {
            "id": "4f02b305-b9db-48d5-aeb1-abd9ce49d9d2",
            "gambit_id": "37dc57f2-e622-42b9-9f69-82a94cdd8162",
            "last_updated": "2023-05-10T16:02:12.814399-04:00",
            "created_at": "2023-05-09T11:07:13.026505-04:00",
            "name": "Dallas Stars",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47605d77-db62-48ce-8023-8159099bb037/?format=api"
        }
    ]
}