GET /api/bet_types/9376e643-3469-4336-8379-26f5feebd71e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9376e643-3469-4336-8379-26f5feebd71e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd18ce3-3d7b-4beb-b7d1-0fd0ff70b1e2/?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": "MIL",
                "amount": 5745.0
            },
            {
                "team": "ARI",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "319ea4df-c6f7-416b-bc17-69ac12dc6263",
            "gambit_id": "802525e7-7fa5-4d0d-b693-a66b97ea7393",
            "last_updated": "2022-09-05T13:32:05.810606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9376e643-3469-4336-8379-26f5feebd71e/?format=api"
        },
        {
            "id": "094d3723-6454-4553-a187-cd3239f58dae",
            "gambit_id": "59c0b74d-a590-4fcc-b725-b021a00f89fb",
            "last_updated": "2022-09-05T13:32:05.809634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9376e643-3469-4336-8379-26f5feebd71e/?format=api"
        }
    ]
}