GET /api/bet_types/d19f7134-00e4-4b65-9af1-5e682c1949b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d19f7134-00e4-4b65-9af1-5e682c1949b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/635af80e-cb12-4270-b31b-4161cf211db2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:10.121721-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": "Texas Rangers",
                "amount": 6390.0
            },
            {
                "team": "Seattle Mariners",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecb4a135-b40a-43b7-ae3a-1dcbb2158145",
            "gambit_id": "26291c53-2434-435c-9d49-6243ec8083e1",
            "last_updated": "2023-09-30T10:48:13.320604-04:00",
            "created_at": "2023-09-29T09:23:10.126142-04:00",
            "name": "Texas Rangers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d19f7134-00e4-4b65-9af1-5e682c1949b2/?format=api"
        },
        {
            "id": "9399adbe-602b-4ce2-a89e-2219d58bd656",
            "gambit_id": "d70e9ff1-e045-4878-8d71-b0413fe42dbd",
            "last_updated": "2023-09-30T10:48:13.324041-04:00",
            "created_at": "2023-09-29T09:23:10.131872-04:00",
            "name": "Seattle Mariners",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d19f7134-00e4-4b65-9af1-5e682c1949b2/?format=api"
        }
    ]
}