GET /api/bet_types/142b585d-7ae5-419c-8fdf-053466e30425/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "142b585d-7ae5-419c-8fdf-053466e30425",
    "match": "https://api-prod.gambitprofit.com/api/matches/2198b19a-74f4-4c8d-8e9d-4ecbb2f40b7e/?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": "NYM",
                "amount": 5899.0
            },
            {
                "team": "OAK",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "662ab0c8-f1e0-4e4e-9a0b-cc980fd6ef92",
            "gambit_id": "7a7e491c-cde6-40f8-acc6-102a78ece554",
            "last_updated": "2022-09-26T10:27:12.849917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/142b585d-7ae5-419c-8fdf-053466e30425/?format=api"
        },
        {
            "id": "94d45d03-94ee-43cf-8b53-dc0c171f0ba4",
            "gambit_id": "2ac778db-3ab6-40ee-9674-cb386b32f744",
            "last_updated": "2022-09-26T10:27:12.848852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/142b585d-7ae5-419c-8fdf-053466e30425/?format=api"
        }
    ]
}