GET /api/bet_types/243aed5f-da24-45c2-812f-60b9a22fddb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "243aed5f-da24-45c2-812f-60b9a22fddb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3caaa2e5-988e-4191-8692-a0bb94aa0afe/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:13.935036-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": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aea2e967-6e4c-44f1-bfa4-2cf848699ba5",
            "gambit_id": "5f6d538c-8f4a-4f77-92df-b94432b2b906",
            "last_updated": "2024-01-31T10:18:31.052948-05:00",
            "created_at": "2024-01-29T09:13:13.939062-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/243aed5f-da24-45c2-812f-60b9a22fddb7/?format=api"
        },
        {
            "id": "27f9b88b-13a1-4f05-a508-0c88febb012d",
            "gambit_id": "31b7cf64-5881-497f-9b17-f756fbf85192",
            "last_updated": "2024-01-31T10:18:31.056165-05:00",
            "created_at": "2024-01-29T09:13:13.943073-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/243aed5f-da24-45c2-812f-60b9a22fddb7/?format=api"
        }
    ]
}