GET /api/bet_types/a8a31ee7-2c39-4a73-9e25-ccdbb8d8b1f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8a31ee7-2c39-4a73-9e25-ccdbb8d8b1f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5224eaa6-79b3-4467-b686-17c6be5ffd2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T08:46:57.859453-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb8c8780-c9c4-4cbc-bc36-ff9505abcc66",
            "gambit_id": "104519d4-59bb-4f28-96a5-97b1f11d5c3e",
            "last_updated": "2023-02-28T12:37:06.344458-05:00",
            "created_at": "2023-02-26T08:46:57.860788-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8a31ee7-2c39-4a73-9e25-ccdbb8d8b1f4/?format=api"
        },
        {
            "id": "9e439e31-1fa8-40db-a5b5-598122400434",
            "gambit_id": "6c4fea3f-0e01-43b3-9f2d-342b46d8abc1",
            "last_updated": "2023-02-28T12:37:06.345607-05:00",
            "created_at": "2023-02-26T08:46:57.862069-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8a31ee7-2c39-4a73-9e25-ccdbb8d8b1f4/?format=api"
        }
    ]
}