GET /api/bet_types/7d553232-d20b-43bb-a38d-6f485db88982/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d553232-d20b-43bb-a38d-6f485db88982",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eab002f-021f-4a13-bd3d-3037d7e39f79/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-14T14:53:13.927429-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": "Minnesota Twins",
                "amount": 5319.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4b90e01-7e9e-4ef0-892a-dac116d46545",
            "gambit_id": "e1b74232-78f1-445d-9e1c-a0bbcc6d8eff",
            "last_updated": "2023-07-17T09:03:01.803401-04:00",
            "created_at": "2023-07-14T14:53:13.928787-04:00",
            "name": "Minnesota Twins",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d553232-d20b-43bb-a38d-6f485db88982/?format=api"
        },
        {
            "id": "052ca7a8-7afc-422e-a9b4-350b6251343c",
            "gambit_id": "f090050a-bde5-4a20-97a2-32433a9ddcb4",
            "last_updated": "2023-07-17T09:03:01.804623-04:00",
            "created_at": "2023-07-14T14:53:13.930267-04:00",
            "name": "Oakland Athletics",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d553232-d20b-43bb-a38d-6f485db88982/?format=api"
        }
    ]
}