GET /api/bet_types/a1b6364b-b91c-4c91-a2b3-8afba17691ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1b6364b-b91c-4c91-a2b3-8afba17691ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc8d7a0-6586-42bb-b45b-b0878da706bd/?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": 5208.0
            },
            {
                "team": "PIT",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "cbbb07d7-117f-43d5-9361-07a55d79bd3a",
            "gambit_id": "3d120d74-7680-4769-b4ad-a680bd671196",
            "last_updated": "2022-09-16T11:41:54.304379-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1b6364b-b91c-4c91-a2b3-8afba17691ee/?format=api"
        },
        {
            "id": "6ff5c812-6435-437e-b420-2456c2b4c865",
            "gambit_id": "06ac33b5-d5e6-4588-8fbc-5e6543b6b602",
            "last_updated": "2022-09-16T11:41:54.305309-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1b6364b-b91c-4c91-a2b3-8afba17691ee/?format=api"
        }
    ]
}