GET /api/bet_types/49dbf687-200d-45f6-a3fe-e743d53440e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49dbf687-200d-45f6-a3fe-e743d53440e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1ddaac7-7a1b-48f4-bab1-ca334b82855a/?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": "MIA",
                "amount": 5205.0
            },
            {
                "team": "PHI",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "5591a304-b3c6-4de4-b68f-0629ffa1f05e",
            "gambit_id": "8914a9a8-bcbc-4ceb-b6dd-09f7b40fee65",
            "last_updated": "2022-09-07T12:46:57.315236-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49dbf687-200d-45f6-a3fe-e743d53440e0/?format=api"
        },
        {
            "id": "719ca288-0452-4aee-9093-c024a9b602a3",
            "gambit_id": "7078c497-b5b6-425d-ad1b-368d2710f1ed",
            "last_updated": "2022-09-07T12:46:57.314265-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49dbf687-200d-45f6-a3fe-e743d53440e0/?format=api"
        }
    ]
}