GET /api/bet_types/a898a8d9-4d5b-4f4b-b300-85c6b2b5327b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a898a8d9-4d5b-4f4b-b300-85c6b2b5327b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9658699-a9ae-42b3-b87c-916fc2d2fc7f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-02T08:58:24.215939-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": "NYY",
                "amount": 6390.0
            },
            {
                "team": "STL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0d2a44b-4280-4896-a624-c43e7d474f38",
            "gambit_id": "e8f17ade-1d48-46a6-86db-7cfc589cade7",
            "last_updated": "2023-07-04T10:18:05.872204-04:00",
            "created_at": "2023-07-02T08:58:24.217954-04:00",
            "name": "NYY",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a898a8d9-4d5b-4f4b-b300-85c6b2b5327b/?format=api"
        },
        {
            "id": "5643312f-6a0f-4a30-8f2b-35b2d25fd443",
            "gambit_id": "7ac30d28-0511-49ad-b4f7-e49ffb805f98",
            "last_updated": "2023-07-04T10:18:05.874218-04:00",
            "created_at": "2023-07-02T08:58:24.220280-04:00",
            "name": "STL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a898a8d9-4d5b-4f4b-b300-85c6b2b5327b/?format=api"
        }
    ]
}