GET /api/bet_types/3b053f01-0bcb-4e7d-ac4a-b4d5aca48a14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b053f01-0bcb-4e7d-ac4a-b4d5aca48a14",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ef59d0f-5420-427d-ac74-e480d7d64c5a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "BAL",
                "amount": 5906.0
            },
            {
                "team": "CLE",
                "amount": 4094.0
            }
        ],
        "expected_reward_tokens": 9211.5,
        "profit_sb": 211.5,
        "profit_sb_percentage": 2.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4d4a72f-d99d-4d23-b2e0-38fb8044bf30",
            "gambit_id": "1147878e-bf4b-4253-9ef2-d771e6d1f6c8",
            "last_updated": "2022-08-31T13:56:52.283880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b053f01-0bcb-4e7d-ac4a-b4d5aca48a14/?format=api"
        },
        {
            "id": "89875779-7f4e-43df-9777-abf9642af8b5",
            "gambit_id": "e582d991-0e7a-4734-9991-db2d5ebb825e",
            "last_updated": "2022-08-31T13:56:52.283354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b053f01-0bcb-4e7d-ac4a-b4d5aca48a14/?format=api"
        }
    ]
}