GET /api/bet_types/ec25f5a6-f5b5-4559-a6be-7708a6d0f26c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec25f5a6-f5b5-4559-a6be-7708a6d0f26c",
    "match": "https://api-prod.gambitprofit.com/api/matches/85f868b8-cc4c-47c8-b2c1-3cd82692e653/?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": "SDG",
                "amount": 6475.0
            },
            {
                "team": "PHI",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "b01ef113-1bb3-437a-a6c7-c40284ab83a0",
            "gambit_id": "7922dd31-62a5-4bef-98c5-5c833f2ec0ec",
            "last_updated": "2022-10-23T09:17:24.764949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec25f5a6-f5b5-4559-a6be-7708a6d0f26c/?format=api"
        },
        {
            "id": "ef612581-998f-4c0f-b71a-0d4ddeaea3f7",
            "gambit_id": "dad765ea-ac9b-4363-a7d6-94d5933fa816",
            "last_updated": "2022-10-23T09:17:24.763969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec25f5a6-f5b5-4559-a6be-7708a6d0f26c/?format=api"
        }
    ]
}