GET /api/bet_types/3b664cab-ac42-4ecb-a513-c81a0829e5b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b664cab-ac42-4ecb-a513-c81a0829e5b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcd082c4-0ba6-4aaa-82b4-41bf0ae70fad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T11:23:24.099503-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": "Arizona Diamondbacks",
                "amount": 5776.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a24a85a-d7ac-4946-8796-a91bd9dfcf26",
            "gambit_id": "8560badb-fd6c-42e1-81c0-3d4676a7518e",
            "last_updated": "2023-09-21T09:38:16.204031-04:00",
            "created_at": "2023-09-19T11:23:24.108393-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b664cab-ac42-4ecb-a513-c81a0829e5b9/?format=api"
        },
        {
            "id": "2ee3e3d0-84ab-458a-9873-96f3c17e437c",
            "gambit_id": "35e65f13-3370-4f36-b54a-042e2b71c383",
            "last_updated": "2023-09-21T09:38:16.195698-04:00",
            "created_at": "2023-09-19T11:23:24.103767-04:00",
            "name": "San Francisco Giants",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b664cab-ac42-4ecb-a513-c81a0829e5b9/?format=api"
        }
    ]
}