GET /api/bet_types/f321d5e7-6b8a-45a8-9f2b-7db2c64184f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f321d5e7-6b8a-45a8-9f2b-7db2c64184f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a5f94e8-896a-4580-92bf-26044d3352f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:23.395716-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": "TAM",
                "amount": 6090.0
            },
            {
                "team": "SEA",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "49a55198-1dad-4e88-8043-1c62f4dd7484",
            "gambit_id": "1e8a234e-7c66-404d-b64a-2e22603508bb",
            "last_updated": "2023-09-09T11:33:33.833382-04:00",
            "created_at": "2023-09-08T09:23:23.404159-04:00",
            "name": "TAM",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f321d5e7-6b8a-45a8-9f2b-7db2c64184f5/?format=api"
        },
        {
            "id": "dc8c5fe4-7c76-44ed-82f2-f43ed3f7a795",
            "gambit_id": "145d2486-c6ac-4ff4-b1f3-4ef4c30c00db",
            "last_updated": "2023-09-09T11:33:33.830062-04:00",
            "created_at": "2023-09-08T09:23:23.399388-04:00",
            "name": "SEA",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f321d5e7-6b8a-45a8-9f2b-7db2c64184f5/?format=api"
        }
    ]
}