GET /api/bet_types/4bd177a9-11ce-4423-9c7f-67c2823d084b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bd177a9-11ce-4423-9c7f-67c2823d084b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cd7d27a-8a35-4a08-bc99-f04ffa9756f9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T12:17:25.593429-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": "SEA",
                "amount": 5688.0
            },
            {
                "team": "COL",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5cf4d7e-6bc6-40e2-b158-c8dd061dc42c",
            "gambit_id": "01a76c2a-6044-478c-905c-574f9298a646",
            "last_updated": "2023-04-18T12:12:05.694455-04:00",
            "created_at": "2023-04-16T12:17:25.595681-04:00",
            "name": "SEA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bd177a9-11ce-4423-9c7f-67c2823d084b/?format=api"
        },
        {
            "id": "ba259e23-c9fc-47de-9bac-a5ee3e4acfe8",
            "gambit_id": "68b57eb7-93aa-48da-95f3-682b66bf78d5",
            "last_updated": "2023-04-18T12:12:05.695807-04:00",
            "created_at": "2023-04-16T12:17:25.598298-04:00",
            "name": "COL",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bd177a9-11ce-4423-9c7f-67c2823d084b/?format=api"
        }
    ]
}