GET /api/bet_types/00a6129f-315f-4a9d-9397-cf78feb686db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00a6129f-315f-4a9d-9397-cf78feb686db",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f47f184-701e-40a4-94ed-4da5a8c86eb7/?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": 6170.0
            },
            {
                "team": "PIT",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0cc7a09-85de-4d55-a3c4-bd428e702a3f",
            "gambit_id": "4f9da458-9b69-4333-99b2-3d9890217241",
            "last_updated": "2022-09-19T11:52:13.574420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a6129f-315f-4a9d-9397-cf78feb686db/?format=api"
        },
        {
            "id": "338c2aab-1d21-455c-a729-bb6891af1801",
            "gambit_id": "3093ecc5-3c10-46ed-82dc-6ef0b63e5c51",
            "last_updated": "2022-09-19T11:52:13.575371-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a6129f-315f-4a9d-9397-cf78feb686db/?format=api"
        }
    ]
}