GET /api/bet_types/9ee450ac-4984-44c7-87fe-f822ddb8cd93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ee450ac-4984-44c7-87fe-f822ddb8cd93",
    "match": "https://api-prod.gambitprofit.com/api/matches/61abc13d-8476-4cb9-8f3f-13639c7973a7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:14.461439-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": "NYM",
                "amount": 6100.0
            },
            {
                "team": "PIT",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ec9a6f4-4fcb-4f6a-9b43-7a2482d6a64b",
            "gambit_id": "91e3ae7d-55c0-4ac6-9770-b964f9490e88",
            "last_updated": "2023-06-12T18:48:18.199332-04:00",
            "created_at": "2023-06-11T10:08:14.463350-04:00",
            "name": "NYM",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee450ac-4984-44c7-87fe-f822ddb8cd93/?format=api"
        },
        {
            "id": "f4403467-947f-4871-9de5-92bee57985b3",
            "gambit_id": "2ac993a5-02b4-4c22-940c-908932ed6d21",
            "last_updated": "2023-06-12T18:48:18.201342-04:00",
            "created_at": "2023-06-11T10:08:14.465728-04:00",
            "name": "PIT",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee450ac-4984-44c7-87fe-f822ddb8cd93/?format=api"
        }
    ]
}