GET /api/bet_types/1f4ffd54-cec9-4a91-96f1-4812d7c637eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f4ffd54-cec9-4a91-96f1-4812d7c637eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f383d011-9cda-4332-b3c0-244c9035b822/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:56.893585-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": "BOS",
                "amount": 5773.0
            },
            {
                "team": "TAM",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dac1635-f291-438f-b216-e9988cec00e8",
            "gambit_id": "af5c9317-503b-4841-8d63-da7552383f36",
            "last_updated": "2023-09-28T18:58:18.032811-04:00",
            "created_at": "2023-09-27T09:22:56.903061-04:00",
            "name": "BOS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f4ffd54-cec9-4a91-96f1-4812d7c637eb/?format=api"
        },
        {
            "id": "0cef3c17-dfca-4f28-a102-75402f0d8192",
            "gambit_id": "2fbd8eb2-2c3e-4874-8731-4d678cc2eec7",
            "last_updated": "2023-09-28T18:58:18.029540-04:00",
            "created_at": "2023-09-27T09:22:56.897809-04:00",
            "name": "TAM",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f4ffd54-cec9-4a91-96f1-4812d7c637eb/?format=api"
        }
    ]
}