GET /api/bet_types/3ff33a8e-1ab0-4b57-81af-206c91c667b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ff33a8e-1ab0-4b57-81af-206c91c667b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9718e2a1-b4b3-4ee1-8fb3-cb9bb42961f3/?format=api",
    "name": "Pick the Winner",
    "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": "SDG (Y Darvish)",
                "amount": 5233.0
            },
            {
                "team": "PHI (Z Wheeler)",
                "amount": 4767.0
            }
        ],
        "expected_reward_tokens": 9628.72,
        "profit_sb": 128.72,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "77601615-4d60-4b4f-861e-adf1f2a776e8",
            "gambit_id": "a40db43d-8108-4adb-ba18-e71da511e366",
            "last_updated": "2022-10-19T09:37:24.870247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff33a8e-1ab0-4b57-81af-206c91c667b6/?format=api"
        },
        {
            "id": "6c224ff6-cc01-424f-9ffa-381fe778eb0b",
            "gambit_id": "09df57c1-21de-4397-846e-5a9f51c8031a",
            "last_updated": "2022-10-19T09:37:24.871228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (Z Wheeler)",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff33a8e-1ab0-4b57-81af-206c91c667b6/?format=api"
        }
    ]
}