GET /api/bet_types/db1f1e9f-5ab1-498f-a5d5-38b7d8534ee6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db1f1e9f-5ab1-498f-a5d5-38b7d8534ee6",
    "match": "https://api-prod.gambitprofit.com/api/matches/627ae23f-b9d1-4b9d-a818-4f1081b11259/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T09:27:59.664377-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": "TOR",
                "amount": 6456.0
            },
            {
                "team": "MIN",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "af6b182d-b020-4bcf-9d86-1f049c36d8b7",
            "gambit_id": "7d213deb-84a5-440b-9bbb-eb7b24abdbc3",
            "last_updated": "2023-10-04T10:03:19.807101-04:00",
            "created_at": "2023-10-03T09:27:59.669412-04:00",
            "name": "TOR",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1f1e9f-5ab1-498f-a5d5-38b7d8534ee6/?format=api"
        },
        {
            "id": "7df7990a-7c0a-4853-915b-9ed293eee999",
            "gambit_id": "413da66c-2d42-43f3-826d-503fddd94783",
            "last_updated": "2023-10-04T10:03:19.810484-04:00",
            "created_at": "2023-10-03T09:27:59.675126-04:00",
            "name": "MIN",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1f1e9f-5ab1-498f-a5d5-38b7d8534ee6/?format=api"
        }
    ]
}