GET /api/bet_types/178707e1-fa33-41d4-9964-b39f41111a7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "178707e1-fa33-41d4-9964-b39f41111a7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a76dc4db-21c4-49fa-962b-1d22d4368104/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:57.418660-04: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": "BAL",
                "amount": 5213.0
            },
            {
                "team": "WAS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fb83680-ac7f-42a1-9080-0482ad98ff0f",
            "gambit_id": "e1707284-4b12-426e-a2a8-bcd3cf205f8b",
            "last_updated": "2023-09-28T18:58:18.474212-04:00",
            "created_at": "2023-09-27T09:22:57.426545-04:00",
            "name": "BAL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178707e1-fa33-41d4-9964-b39f41111a7d/?format=api"
        },
        {
            "id": "5cd56c85-3a54-414a-bd84-fe7346829098",
            "gambit_id": "a90e3f47-18c8-499a-93bb-d4a07c37cf22",
            "last_updated": "2023-09-28T18:58:18.470418-04:00",
            "created_at": "2023-09-27T09:22:57.422905-04:00",
            "name": "WAS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178707e1-fa33-41d4-9964-b39f41111a7d/?format=api"
        }
    ]
}